View source: R/apigateway_operations.R
apigateway_put_rest_api | R Documentation |
A feature of the API Gateway control service for updating an existing API with an input of external API definitions. The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.
See https://www.paws-r-sdk.com/docs/apigateway_put_rest_api/ for full documentation.
apigateway_put_rest_api(
restApiId,
mode = NULL,
failOnWarnings = NULL,
parameters = NULL,
body
)
restApiId |
[required] The string identifier of the associated RestApi. |
mode |
The |
failOnWarnings |
A query parameter to indicate whether to rollback the API update
( |
parameters |
Custom header parameters as part of the request. For example, to exclude
DocumentationParts from an imported API, set |
body |
[required] The PUT request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 6MB. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.