AddAPIRequest Object
Contains information about a request to add an API or API version.
This object is used by the following operations:
- POST /api/apis (with specific media types): in request
- POST /api/apis/{APIID}/versions (with specific media types): in request
The properties included in the AddAPIRequest object are listed below.
Property | Type | Description |
---|---|---|
BusinessID | string | The unique ID for a specific business organization on the platform. |
APIVersionInfo | APIVersionInfo | Contains API version info for an API defined using a Swagger 2.0 description document. |
CloneAPIVersionRequest | CloneAPIVersionRequest | Contains information about a request to add a new API version by cloning an existing version. |
DLDescriptor | DLDescriptor | Contains information about the API description provided to define or update an API using an API description document such as a Swagger 2.0, RAML, WADL, or WSDL document. |
AddAPIImplementationRequest | AddAPIImplementationRequest | Contains information about a request to add an implementation for a specific API version. |