{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Collection Items API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Collection Items", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Create a folder", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/folders", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a folder in a collection. For a complete list of properties, refer to the **Folder** entry in the [Postman Collection Format documentation](https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html).\n\nYou can use this endpoint to to import requests and responses into a newly-created folder. To do this, include the `requests` field and the list of request objects in the request body. For more information, see the provided example.\n\n**Note:**\n\nIt is recommended that you pa" }, { "info": { "name": "APIs.io Engineering Platform Create a request", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/requests", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." }, { "name": "folderId", "value": "", "type": "query", "description": "The folder ID in which to create the request. By default, the system will create the request at the collection level." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a request in a collection. For a complete list of properties, refer to the **Request** entry in the [Postman Collection Format documentation](https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html).\n\n**Note:**\n\nIt is recommended that you pass the `name` property in the request body. If you do not, the system uses a null value. As a result, this creates a request with a blank name.\n" }, { "info": { "name": "APIs.io Engineering Platform Create a response", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/responses", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." }, { "name": "requestId", "value": "", "type": "query", "description": "The parent request's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a request response in a collection. For a complete list of request body properties, refer to the **Response** entry in the [Postman Collection Format documentation](https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html).\n\n**Note:**\n\nIt is recommended that you pass the `name` property in the request body. If you do not, the system uses a null value. As a result, this creates a response with a blank name.\n" }, { "info": { "name": "APIs.io Engineering Platform Get a folder", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/folders/:folderId", "params": [ { "name": "folderId", "value": "", "type": "path", "description": "The folder's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." }, { "name": "ids", "value": "", "type": "query", "description": "If true, returns only properties that contain ID values in the response." }, { "name": "uid", "value": "", "type": "query", "description": "If true, returns all IDs in UID format (`userId`-`id`)." }, { "name": "populate", "value": "", "type": "query", "description": "If true, returns all of the collection item's contents." } ] }, "docs": "Gets information about a folder in a collection." }, { "info": { "name": "APIs.io Engineering Platform Update a folder", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/folders/:folderId", "params": [ { "name": "folderId", "value": "", "type": "path", "description": "The folder's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a folder in a collection. For a complete list of properties, refer to the **Folder** entry in the [Postman Collection Format documentation](https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html).\n\n**Note:**\n\nThis endpoint acts like a PATCH method. It only updates the values that you pass in the request body (for example, the `name` property). The endpoint does not update the entire resource.\n" }, { "info": { "name": "APIs.io Engineering Platform Delete a folder", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/folders/:folderId", "params": [ { "name": "folderId", "value": "", "type": "path", "description": "The folder's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." } ] }, "docs": "Deletes a folder in a collection." }, { "info": { "name": "APIs.io Engineering Platform Get a request", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/requests/:requestId", "params": [ { "name": "requestId", "value": "", "type": "path", "description": "The request's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." }, { "name": "ids", "value": "", "type": "query", "description": "If true, returns only properties that contain ID values in the response." }, { "name": "uid", "value": "", "type": "query", "description": "If true, returns all IDs in UID format (`userId`-`id`)." }, { "name": "populate", "value": "", "type": "query", "description": "If true, returns all of the collection item's contents." } ] }, "docs": "Gets information about a request in a collection." }, { "info": { "name": "APIs.io Engineering Platform Update a request", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/requests/:requestId", "params": [ { "name": "requestId", "value": "", "type": "path", "description": "The request's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a request in a collection. For a complete list of properties, refer to the **Request** entry in the [Postman Collection Format documentation](https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html).\n\n**Note:**\n\n- You must pass a collection ID (`12ece9e1-2abf-4edc-8e34-de66e74114d2`), not a collection(`12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2`), in this endpoint.\n- This endpoint does not support changing the folder of a request.\n" }, { "info": { "name": "APIs.io Engineering Platform Delete a request", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/requests/:requestId", "params": [ { "name": "requestId", "value": "", "type": "path", "description": "The request's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." } ] }, "docs": "Deletes a request in a collection." }, { "info": { "name": "APIs.io Engineering Platform Get a response", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/responses/:responseId", "params": [ { "name": "responseId", "value": "", "type": "path", "description": "The response's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." }, { "name": "ids", "value": "", "type": "query", "description": "If true, returns only properties that contain ID values in the response." }, { "name": "uid", "value": "", "type": "query", "description": "If true, returns all IDs in UID format (`userId`-`id`)." }, { "name": "populate", "value": "", "type": "query", "description": "If true, returns all of the collection item's contents." } ] }, "docs": "Gets information about a response in a collection." }, { "info": { "name": "APIs.io Engineering Platform Update a response", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/responses/:responseId", "params": [ { "name": "responseId", "value": "", "type": "path", "description": "The response's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a response in a collection. For a complete list of properties, see the [Postman Collection Format documentation](https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html).\n\n**Note:**\n\n- You must pass a collection ID (`12ece9e1-2abf-4edc-8e34-de66e74114d2`), not a collection UID (`12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2`), in this endpoint.\n- This endpoint acts like a PATCH method. It only updates the values that you pass in the request body (for example, the `name" }, { "info": { "name": "APIs.io Engineering Platform Delete a response", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/responses/:responseId", "params": [ { "name": "responseId", "value": "", "type": "path", "description": "The response's ID." }, { "name": "collectionId", "value": "", "type": "path", "description": "The collection's ID." } ] }, "docs": "Deletes a response in a collection." } ] } ], "bundled": true }