Error
Catalog
Update a brand
Replaces a brand’s directory fields (name / code / country / active / logo) from a full draft. The PATH brandId is authoritative — an id in the body is ignored, so you cannot address one brand in the URL and mutate another. 404s for an unknown brand (never an implicit create).
PUT
Error
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
Minimum string length:
1Body
application/json
Response
The updated brand directory row.

