deliveryhero / serverless-aws-documentation

Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway
MIT License
309 stars 148 forks source link

Support for string enum on requestHeaders #178

Open AbdullahAli opened 3 years ago

AbdullahAli commented 3 years ago

Hi there, I hope you are well

I was wondering does requestHeaders support enum? Swagger Open API allows you a specify a set of string enum values, but currently this plugin seems to ignore it

AbdullahAli commented 3 years ago

@ottopecz Is this something that needs to be added? I'm happy to write a PR 👍🏼