{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Stream Watermark Profile API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stream Watermark Profile", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List watermark profiles", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/watermarks", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all watermark profiles for an account." }, { "info": { "name": "APIs.io Engineering Platform Create watermark profiles via basic upload", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/watermarks", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Creates watermark profiles using a single `HTTP POST multipart/form-data` request." }, { "info": { "name": "APIs.io Engineering Platform Watermark profile details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/watermarks/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Retrieves details for a single watermark profile." }, { "info": { "name": "APIs.io Engineering Platform Delete watermark profiles", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/watermarks/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a watermark profile." } ] } ], "bundled": true }