Skip to main content

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.

Body

Tenant details

    api_versions objectrequired

    List all the API versions.

    id string

    The ID.

    tenant_id stringrequired

    ID of the tenant.

Responses

Successful Operation

Schema
    api_versions objectrequired

    List all the API versions.

    id string

    The ID.

    tenant_id stringrequired

    ID of the tenant.

Loading...