POST
/
clients
/
{clientId}
/
updateTier
curl --request POST \
  --url https://spark.test.woodcore.co/api/v2/clients/{clientId}/updateTier \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tierRank": 3
}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

clientId
string
required
Example:

"1"

Body

application/json
tierRank
number
Example:

3

Response

200 - application/json

ddddd

The response is of type object.