APIVersionSettings Object
Includes information about the settings for an API version; for example, whether access is auto approved and whether ratings and reviews are supported. If not specified for the API version, settings are inherited from the API, business, or tenant.
This object is used by the following operations:
- GET /api/apis/versions/{APIVersionID}/settings
- Operations that reference the APIVersion object
The properties included in the APIVersionSettings object are listed below. All values are optional.
Property | Type | Description |
---|---|---|
SandboxEndpointSupport | String | Indicates whether sandbox endpoint support is enabled or disabled. |
ProductionEndpointSupport | String | Indicates whether production endpoint support is enabled or disabled. |
SandboxAutoApprovalSupport | String | Indicates whether automatic approval of requests for access to the Sandbox implementation is enabled or disabled. |
ProductionAutoApprovalSupport | String | Indicates whether automatic approval of requests for access to the Live implementation is enabled or disabled. |
BoardSupport | String | Indicates whether Board support is enabled or disabled. |
RatingsSupport | String | Indicates whether ratings support is enabled or disabled. |
ReviewsSupport | String | Indicates whether review support is enabled or disabled. |
PrivateAPIGroupTypeSupport | String | Indicates whether API Scope Group support is enabled or disabled. |