Get API Versions (v2.0)
GET/v2.0/api/tenants/:tenant_id/api_versions
List the basic set of available API versions.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
Responses
- 200
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"
}
Loading...