Update API Version (v2.0)
PUT/v2.0/api/tenants/:tenant_id/api_versions
Update the set of available API versions.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
- application/json
Body
Tenant details
api_versions objectrequired
List all the API versions.
id string
The ID.
tenant_id stringrequired
ID of the tenant.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
api_versions objectrequired
List all the API versions.
id string
The ID.
tenant_id stringrequired
ID of the tenant.
{
"api_versions": {},
"id": "string",
"tenant_id": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "OPERATOR_INVALID_ETAG"
}
]
}
}
Loading...