Documentationpartimport
PUT {{aws_api_gateway_base_url}}/restapis/<restapi_id>/documentation/parts{?failonwarnings=&mode=&mode,failonwarnings}=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
failonwarnings | null | 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. | |
mode | null | 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. | |
mode,failonwarnings} | null |