Skip to main content
POST
Create a new version of a usage group set
This v1 endpoint is deprecated and will be removed in the coming weeks. There is no direct v2 equivalent. In the v2 API, a new version is created automatically as a side effect of updating a usage group set. Use PATCH /usage-group-sets/{usage_group_set_id} to create a version, and GET /usage-group-sets/{usage_group_set_id}/versions to list them. See the v2 API for details.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

usage_group_set_id
string<uuid>
required

The ID of the usage group set

organization_id
string
required

Response

Successful Response

Response schema for version creation.

id
string<uuid>
required

The unique identifier of the newly created version.

created_at
string<date-time>
required

The timestamp when the version was created.

created_by
string
required

The user/API key that created this version.

usage_group_set_id
string<uuid>
required

The ID of the usage group set this version belongs to.