Enables rebranding capability for a specific organization. Reserved to the Owner organization.
PATCH
/rebranding/{org_id}/enable
curl \
--request PATCH 'https://my.nethesis.it/backend/api/rebranding/{org_id}/enable' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"code": 400,
"message": "validation failed",
"data": {
"type": "validation_error",
"errors": [
{
"key": "username",
"message": "required",
"value": "string"
}
]
}
}
Response examples (403)
{
"code": 403,
"message": "insufficient permissions",
"data": {}
}