ImportDocumentationPartsRequest

Import documentation parts from an external (e.g., OpenAPI) definition file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String