OpenAPI Object | Data Type | OpenAPI Object Description | API Gateway Object |
info.title | String | Name of the service to which an API belongs | Not used |
info.description | String | Description of the service to which an API belongs | Not used |
info.version | String | Version number | Not used |
OpenAPI Object | Data Type | OpenAPI Object Description | API Gateway Object |
paths.path | Object | API request path | API frontend request path |
operation.operationId | String | API name | API name |
operation.description | String | API description | Not used |
operation.parameters | Object | API request parameter | API request parameter |
operation.responses | String | API response | Not used |
Was this page helpful?