FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

aws-cli/awscli/examples/apigateway/put-method.rst at develop · lovejavaee/aws-cli · GitHub

forked from aws/aws-cli

Latest commit

 

History

History
5 lines (3 loc) · 337 Bytes

File metadata and controls

5 lines (3 loc) · 337 Bytes

To create a method for a resource in an API with no authorization, no API key, and a custom method request header

Command:

aws apigateway put-method --rest-api-id 1234123412 --resource-id a1b2c3 --http-method PUT --authorization-type "NONE" --no-api-key-required --request-parameters "method.request.header.custom-header=false"

Back | FazBrowse Home | New Git URL