Edit branding option
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
PUT /branding
Operation
Operation ID: editBrandingOption
Update an existing branding option
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"properties": {
"cvr": {
"type": "integer"
},
"description": {
"type": "string"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Branding option updated successfully | application/json |
403 |
Schema for response 200 (application/json):
{}
17 March 2026