AWS API 网关 - 方法响应中没有模型选项

AWS API Gateway- No options for models in Method Response

https://imgur.com/a/sN5aPg0

在模型下,Application/Json 内容类型没有可供选择的选项。我的方法响应需要一个空模型。如何创建此模型?

您可以使用空架构 {} 创建模型。然后你可以在方法响应中 select 该模型。