Update brand parameters for an existing brand.
PUT /platform/api/brands/
| Name | Type | Description |
|---|---|---|
| Authorization | string | Bearer token authorization header (format: Bearer your_token_here) |
| Name | Type | Description |
|---|---|---|
| uuid | string | UUID of the brand to update |
| Name | Type | Description | |
|---|---|---|---|
| name | string | Yes | Brand name |
| maxWin | number | No | Maximum win limit for brand players |
| payout | number | No | Brand payout percentage |
| apiKey | string | Yes | Public RGS API access key |
| server | string | Yes | Wallet server URL |
| authHeader | string | Yes | Authentication token for wallet requests |
| messageKey | message |
|---|---|
| error.brand.already.exists | Brand with name = [$name] already exists |
| error.brand.api.key.already.exists | Brand with api key = [$apiKey] already exists |
| error.bet.template.not.found | Bet template not found by uuid=[$uuid] |
| error.operator.id.not.found | Operator not found by id=[$id] |
| error.user.no.access.operator | User[uuid = $userUuid] has no access to Operator[uuid = $operatorUuid] |