{ "opencollection": "1.0.0", "info": { "name": "Amazon API Gateway REST API Keys Resources API", "version": "2015-07-09" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Amazon API Gateway List Resources", "type": "http" }, "http": { "method": "GET", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/resources", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "name": "position", "value": "", "type": "query", "description": "The current pagination position in the paged result set. Used for cursor-based pagination." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of returned results per page. The default value is 25 and the maximum value is 500." }, { "name": "embed", "value": "", "type": "query", "description": "A query parameter used to retrieve the specified resources embedded in the returned Resources resource in the response." } ] }, "docs": "Lists the API resources for a given REST API." }, { "info": { "name": "Amazon API Gateway Get a Resource", "type": "http" }, "http": { "method": "GET", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/resources/:resource_id", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "name": "resource_id", "value": "", "type": "path", "description": "The identifier of the resource." }, { "name": "embed", "value": "", "type": "query" } ] }, "docs": "Returns information about a specific API resource." }, { "info": { "name": "Amazon API Gateway Create a Child Resource", "type": "http" }, "http": { "method": "POST", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/resources/:resource_id", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "name": "resource_id", "value": "", "type": "path", "description": "The identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a child resource under the specified parent resource." }, { "info": { "name": "Amazon API Gateway Update a Resource", "type": "http" }, "http": { "method": "PATCH", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/resources/:resource_id", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "name": "resource_id", "value": "", "type": "path", "description": "The identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing API resource." }, { "info": { "name": "Amazon API Gateway Delete a Resource", "type": "http" }, "http": { "method": "DELETE", "url": "https://apigateway.{region}.amazonaws.com/restapis/:restapi_id/resources/:resource_id", "params": [ { "name": "restapi_id", "value": "", "type": "path", "description": "The identifier of the REST API." }, { "name": "resource_id", "value": "", "type": "path", "description": "The identifier of the resource." } ] }, "docs": "Deletes the specified API resource." } ] } ], "bundled": true }