v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14120262383.5 KB

Describes a MethodResponse resource.

get/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}

Path parameters

restapi_idstring required

The string identifier of the associated RestApi.

resource_idstring required

The Resource identifier for the MethodResponse resource.

http_methodstring required

The HTTP verb of the Method resource.

status_codestring required

The status code.

The status code for the MethodResponse resource.

Response

Success

statusCodestring

The method response's status code.

responseParametersobject

A key-value map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header and the value specifies whether the associated method response header is required or not. The expression of the key must match the pattern <code>method.response.header.{name}</code>, where <code>name</code> is a valid and unique header name. API Gateway passes certain integration response data to the method response headers specified here according to the mapping you prescribe in the API's IntegrationResponse. The integration response data that can be mapped include an integration response header expressed in <code>integration.response.header.{name}</code>, a static value enclosed within a pair of single quotes (e.g., <code>'application/json'</code>), or a JSON expression from the back-end response payload in the form of <code>integration.response.body.{JSON-expression}</code>, where <code>JSON-expression</code> is a valid JSON expression without the <code>$</code> prefix.)

responseModelsobject

Specifies the Model resources used for the response's content-type. Response models are represented as a key/value map, with a content-type as the key and a Model name as the value.