{ "opencollection": "1.0.0", "info": { "name": "AWS Data Exchange Assets Revisions API", "version": "2017-07-25" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Revisions", "type": "folder" }, "items": [ { "info": { "name": "List Data Set Revisions", "type": "http" }, "http": { "method": "GET", "url": "https://dataexchange.amazonaws.com/v1/data-sets/:DataSetId/revisions", "params": [ { "name": "DataSetId", "value": "", "type": "path", "description": "The ID of the data set" }, { "name": "maxResults", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" } ] }, "docs": "Returns a list of revisions for a data set." }, { "info": { "name": "Create Revision", "type": "http" }, "http": { "method": "POST", "url": "https://dataexchange.amazonaws.com/v1/data-sets/:DataSetId/revisions", "params": [ { "name": "DataSetId", "value": "", "type": "path", "description": "The ID of the data set" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new revision for a data set." }, { "info": { "name": "Get Revision", "type": "http" }, "http": { "method": "GET", "url": "https://dataexchange.amazonaws.com/v1/data-sets/:DataSetId/revisions/:RevisionId", "params": [ { "name": "DataSetId", "value": "", "type": "path" }, { "name": "RevisionId", "value": "", "type": "path" } ] }, "docs": "Returns the details of a specific revision." }, { "info": { "name": "Update Revision", "type": "http" }, "http": { "method": "PATCH", "url": "https://dataexchange.amazonaws.com/v1/data-sets/:DataSetId/revisions/:RevisionId", "params": [ { "name": "DataSetId", "value": "", "type": "path" }, { "name": "RevisionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the details of a revision, including finalizing it for publishing." }, { "info": { "name": "Delete Revision", "type": "http" }, "http": { "method": "DELETE", "url": "https://dataexchange.amazonaws.com/v1/data-sets/:DataSetId/revisions/:RevisionId", "params": [ { "name": "DataSetId", "value": "", "type": "path" }, { "name": "RevisionId", "value": "", "type": "path" } ] }, "docs": "Deletes a revision. A revision can only be deleted if it has not been finalized." } ] } ], "bundled": true }