{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Account Rulesets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Rulesets", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List account rulesets", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches all rulesets at the account level." }, { "info": { "name": "APIs.io Engineering Platform Create an account ruleset", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a ruleset at the account level." }, { "info": { "name": "APIs.io Engineering Platform Get an account ruleset", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id", "params": [ { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the latest version of an account ruleset." }, { "info": { "name": "APIs.io Engineering Platform Update an account ruleset", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id", "params": [ { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an account ruleset, creating a new version." }, { "info": { "name": "APIs.io Engineering Platform Delete an account ruleset", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id", "params": [ { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes all versions of an existing account ruleset." }, { "info": { "name": "APIs.io Engineering Platform Create an account ruleset rule", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id/rules", "params": [ { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new rule to an account ruleset. The rule will be added to the end of the existing list of rules in the ruleset by default." }, { "info": { "name": "APIs.io Engineering Platform Update an account ruleset rule", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing rule in an account ruleset." }, { "info": { "name": "APIs.io Engineering Platform Delete an account ruleset rule", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes an existing rule from an account ruleset." }, { "info": { "name": "APIs.io Engineering Platform List an account ruleset's versions", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id/versions", "params": [ { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the versions of an account ruleset." }, { "info": { "name": "APIs.io Engineering Platform Get an account ruleset version", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id/versions/:ruleset_version", "params": [ { "name": "ruleset_version", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a specific version of an account ruleset." }, { "info": { "name": "APIs.io Engineering Platform Delete an account ruleset version", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id/versions/:ruleset_version", "params": [ { "name": "ruleset_version", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes an existing version of an account ruleset." }, { "info": { "name": "APIs.io Engineering Platform List an account ruleset version's rules by tag", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/:ruleset_id/versions/:ruleset_version/by_tag/:rule_tag", "params": [ { "name": "rule_tag", "value": "", "type": "path" }, { "name": "ruleset_version", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the rules of a managed account ruleset version for a given tag." }, { "info": { "name": "APIs.io Engineering Platform Get an account entry point ruleset", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/phases/:ruleset_phase/entrypoint", "params": [ { "name": "ruleset_phase", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the latest version of the account entry point ruleset for a given phase." }, { "info": { "name": "APIs.io Engineering Platform Update an account entry point ruleset", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/phases/:ruleset_phase/entrypoint", "params": [ { "name": "ruleset_phase", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an account entry point ruleset, creating a new version." }, { "info": { "name": "APIs.io Engineering Platform List an account entry point ruleset's versions", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/phases/:ruleset_phase/entrypoint/versions", "params": [ { "name": "ruleset_phase", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the versions of an account entry point ruleset." }, { "info": { "name": "APIs.io Engineering Platform Get an account entry point ruleset version", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rulesets/phases/:ruleset_phase/entrypoint/versions/:ruleset_version", "params": [ { "name": "ruleset_version", "value": "", "type": "path" }, { "name": "ruleset_phase", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a specific version of an account entry point ruleset." } ] } ], "bundled": true }