PATCH
/
accounts
/
{accountId}
/
status
curl --request PATCH \
  --url https://api.gameboost.com/v1/accounts/{accountId}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "listed"
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

accountId
integer
required

Body

application/json
status
enum<string>
required
Available options:
listed,
draft

Response

200

Successfully updated the account status.