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.

Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions