Skip to main content
PUT
/
organisations
/
{organisation_id}
/
billing
/
update-subscription
Update Subscription
curl --request PUT \
  --url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/billing/update-subscription \
  --header 'Content-Type: application/json' \
  --data '{
  "boardQuota": 123,
  "boardType": "hub"
}'
This response does not have an example.

Path Parameters

organisation_id
string
required

Body

application/json
boardQuota
integer

BoardQuota is the maximum number of Switchboard boards the Organisation is allowed to publish. It is also used to determine the amount of free executions and users that an organisation is allowed.

boardType
enum<string>

BoardType is the type of board that the Organisation is allowed to publish - Hub or Regular.

Available options:
hub,
regular

Response

No Content

I