Import Documentation Parts
| apigateway_import_documentation_parts | R Documentation |
Imports documentation parts¶
Description¶
Imports documentation parts
Usage¶
Arguments¶
restApiId[required] The string identifier of the associated RestApi.
modeA query parameter to indicate whether to overwrite (
overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one. The default value ismerge.failOnWarningsA query parameter to specify whether to rollback the documentation importation (
true) or not (false) when a warning is encountered. The default value isfalse.body[required] Raw byte array representing the to-be-imported documentation parts. To import from an OpenAPI file, this is a JSON object.
Value¶
A list with the following syntax: