{ "opencollection": "1.0.0", "info": { "name": "Amazon Serverless Application Repository Applications API", "version": "2017-09-08" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Amazon Serverless Application Repository List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://serverlessrepo.{region}.amazonaws.com/applications", "params": [ { "name": "maxItems", "value": "", "type": "query", "description": "The total number of items to return." }, { "name": "nextToken", "value": "", "type": "query", "description": "A token to specify where to start paginating." } ] }, "docs": "Lists applications owned by the requester." }, { "info": { "name": "Amazon Serverless Application Repository Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://serverlessrepo.{region}.amazonaws.com/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an application, optionally including an AWS SAM file to create the first application version in the same call." }, { "info": { "name": "Amazon Serverless Application Repository Get Application", "type": "http" }, "http": { "method": "GET", "url": "https://serverlessrepo.{region}.amazonaws.com/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Amazon Resource Name (ARN) of the application." }, { "name": "semanticVersion", "value": "", "type": "query", "description": "The semantic version of the application to get." } ] }, "docs": "Gets the specified application." }, { "info": { "name": "Amazon Serverless Application Repository Update Application", "type": "http" }, "http": { "method": "PATCH", "url": "https://serverlessrepo.{region}.amazonaws.com/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Amazon Resource Name (ARN) of the application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified application." }, { "info": { "name": "Amazon Serverless Application Repository Delete Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://serverlessrepo.{region}.amazonaws.com/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "The Amazon Resource Name (ARN) of the application." } ] }, "docs": "Deletes the specified application." } ] } ], "bundled": true }