{ "opencollection": "1.0.0", "info": { "name": "Amazon AppSync Api Keys Types API", "version": "2017-07-25" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Types", "type": "folder" }, "items": [ { "info": { "name": "Amazon AppSync List Types", "type": "http" }, "http": { "method": "GET", "url": "https://appsync.us-east-1.amazonaws.com/v1/apis/:apiId/types", "params": [ { "name": "apiId", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "query", "description": "The type format" }, { "name": "nextToken", "value": "", "type": "query" }, { "name": "maxResults", "value": "", "type": "query" } ] }, "docs": "Lists the types for a given API." }, { "info": { "name": "Amazon AppSync Create Type", "type": "http" }, "http": { "method": "POST", "url": "https://appsync.us-east-1.amazonaws.com/v1/apis/:apiId/types", "params": [ { "name": "apiId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a Type object." }, { "info": { "name": "Amazon AppSync Get Type", "type": "http" }, "http": { "method": "GET", "url": "https://appsync.us-east-1.amazonaws.com/v1/apis/:apiId/types/:typeName", "params": [ { "name": "apiId", "value": "", "type": "path" }, { "name": "typeName", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "query" } ] }, "docs": "Retrieves a Type object." }, { "info": { "name": "Amazon AppSync Update Type", "type": "http" }, "http": { "method": "PUT", "url": "https://appsync.us-east-1.amazonaws.com/v1/apis/:apiId/types/:typeName", "params": [ { "name": "apiId", "value": "", "type": "path" }, { "name": "typeName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a Type object." }, { "info": { "name": "Amazon AppSync Delete Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://appsync.us-east-1.amazonaws.com/v1/apis/:apiId/types/:typeName", "params": [ { "name": "apiId", "value": "", "type": "path" }, { "name": "typeName", "value": "", "type": "path" } ] }, "docs": "Deletes a Type object." } ] } ], "bundled": true }