{ "opencollection": "1.0.0", "info": { "name": "Amazon DataZone Assets Projects API", "version": "2018-05-10" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://datazone.amazonaws.com/v2/domains/:domainIdentifier/projects", "params": [ { "name": "domainIdentifier", "value": "", "type": "path" }, { "name": "maxResults", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" } ] }, "docs": "Lists projects within a DataZone domain." }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://datazone.amazonaws.com/v2/domains/:domainIdentifier/projects", "params": [ { "name": "domainIdentifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a project in a DataZone domain. Projects are containers for data assets and environments." }, { "info": { "name": "Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://datazone.amazonaws.com/v2/domains/:domainIdentifier/projects/:identifier", "params": [ { "name": "domainIdentifier", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" } ] }, "docs": "Gets the details of a DataZone project." }, { "info": { "name": "Update Project", "type": "http" }, "http": { "method": "PATCH", "url": "https://datazone.amazonaws.com/v2/domains/:domainIdentifier/projects/:identifier", "params": [ { "name": "domainIdentifier", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a DataZone project." }, { "info": { "name": "Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://datazone.amazonaws.com/v2/domains/:domainIdentifier/projects/:identifier", "params": [ { "name": "domainIdentifier", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" } ] }, "docs": "Deletes a DataZone project." } ] } ], "bundled": true }