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