{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Collection Folders API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Collection Folders", "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 Get a folder's comments", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/folders/:folderId/comments", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's unique ID." }, { "name": "folderId", "value": "", "type": "path", "description": "The folder's unique ID." } ] }, "docs": "Gets all comments left by users in a folder." }, { "info": { "name": "APIs.io Engineering Platform Create a folder comment", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/folders/:folderId/comments", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's unique ID." }, { "name": "folderId", "value": "", "type": "path", "description": "The folder's unique ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a comment on a folder.\n\n**Note:**\n\nThis endpoint accepts a max of 10,000 characters.\n" }, { "info": { "name": "APIs.io Engineering Platform Update a folder's comment", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/folders/:folderId/comments/:commentId", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's unique ID." }, { "name": "folderId", "value": "", "type": "path", "description": "The folder's unique ID." }, { "name": "commentId", "value": "", "type": "path", "description": "The comment's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a comment on a folder.\n\n**Note:**\n\nThis endpoint accepts a max of 10,000 characters.\n" }, { "info": { "name": "APIs.io Engineering Platform Delete a folder's comment", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/collections/:collectionId/folders/:folderId/comments/:commentId", "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "The collection's unique ID." }, { "name": "folderId", "value": "", "type": "path", "description": "The folder's unique ID." }, { "name": "commentId", "value": "", "type": "path", "description": "The comment's ID." } ] }, "docs": "Deletes a comment from a folder. On success, this returns an HTTP `204 No Content` response.\n\n**Note:**\n\nDeleting the first comment of a thread deletes all the comments in the thread.\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." } ] } ], "bundled": true }