Skip to main content
PATCH
/
domain
/
v1beta1
/
billingStatus
cURL
curl --request PATCH \
  --url https://aodocs.altirnao.com/api/domain/v1beta1/billingStatus \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "kind": "<string>",
  "maxSeats": 123,
  "portalUrl": "<string>",
  "type": "<string>"
}
'
{
  "kind": "<string>",
  "maxSeats": 123,
  "portalUrl": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

securityCode
string

The security code

Body

application/json
kind
string
maxSeats
integer<int32>
portalUrl
string
type
string

Response

200 - application/json

A ApiBillingStatus response

kind
string
maxSeats
integer<int32>
portalUrl
string
type
string