Skip to main content
PATCH
/
cabinet
/
branding
/
gift-enabled
Update Gift Enabled
curl --request PATCH \
  --url https://api.example.com/cabinet/branding/gift-enabled \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "enabled": false
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to update gift feature setting.

enabled
boolean
required

Response

Successful Response

Gift feature enabled setting.

enabled
boolean
default:false