View source: R/apigateway_operations.R
apigateway_import_documentation_parts | R Documentation |
Imports documentation parts
See https://www.paws-r-sdk.com/docs/apigateway_import_documentation_parts/ for full documentation.
apigateway_import_documentation_parts(
restApiId,
mode = NULL,
failOnWarnings = NULL,
body
)
restApiId |
[required] The string identifier of the associated RestApi. |
mode |
A query parameter to indicate whether to overwrite ( |
failOnWarnings |
A query parameter to specify whether to rollback the documentation
importation ( |
body |
[required] Raw byte array representing the to-be-imported documentation parts. To import from an OpenAPI file, this is a JSON object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.