Values.ImportDocumentationPartsRequestSourceImport documentation parts from an external (e.g., OpenAPI) definition file.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)mode : PutMode.t option;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 : Boolean.t option;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 : Blob.t;Raw byte array representing the to-be-imported documentation parts. To import from an OpenAPI file, this is a JSON object.
*)}