Skip to main content
POST
/
organisations
/
seats
Sets Seats Num
curl --request POST \
  --url https://api.example.com/organisations/seats/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Query Parameters

num
integer
required

Response

Successful Response