50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

paws.networking (version 0.2.0)

apigateway_import_documentation_parts: Imports documentation parts

Description

Imports documentation parts

See https://paws-r.github.io/docs/apigateway/import_documentation_parts.html for full documentation.

Usage

apigateway_import_documentation_parts(
  restApiId,
  mode = NULL,
  failOnWarnings = NULL,
  body
)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

mode

A 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 is MERGE.

failOnWarnings

A query parameter to specify whether to rollback the documentation importation (true) or not (false) when a warning is encountered. The default value is false.

body

[required] Raw byte array representing the to-be-imported documentation parts. To import from an OpenAPI file, this is a JSON object.