Search code examples
httpresponseaws-api-gatewayapi-gateway

AWS API Gateway- No options for models in Method Response


https://i.sstatic.net/Dv4Zx.jpg

Under models, there's no options to choose from for Application/Json content type. I want an empty model for my method response. How do I create this model?


Solution

  • You can create a model with empty schema {}. Then you can select that model in method response.