ReimportApiRequest

Types

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

Properties

Link copied to clipboard

The API identifier.

Link copied to clipboard

Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see Set the OpenAPI basePath Property. Supported only for HTTP APIs.

Link copied to clipboard
val body: String?

The OpenAPI definition. Supported only for HTTP APIs.

Link copied to clipboard

Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.

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