API Gateway Response Models are Not Exported in Open API Documentation

0

I have an API in API Gateway that has Models defined for one of the REST responses. I am trying to export the the OPEN API document for this API but the cli command is not exporting these models (I have redacted the rest-api-id to protect the innocent :)

aws apigateway get-export --parameters extensions='apigateway' --accepts application/yaml --rest-api-id .......... --stage dev --export-type swagger openapi.yml

I have also tried:

aws apigateway get-export --parameters extensions='apigateway' --accepts application/yaml --rest-api-id .......... --stage dev --export-type oas30 openapi.yml

Both of these commands generated an openapi.yml file but neither one includes the Model as defined in the AWS console.

已提问 2 年前147 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则