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 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南