Brands
Aggiorna una marca specifica
AuthorizationBearer <token>
In: header
Path Parameters
brandIdstring
L'id della marca da aggiornare
L'ID dello workspace è ereditato automaticamente dal contesto della richiesta API (es. autenticazione).
namestring
description?string
Response Body
application/json
curl -X PUT "https://api.trainfog.com/developers/v1.0/brands/string" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated brand name" }'{
"id": "688874b1a08a60001dd72e1d",
"name": "Test Brand",
"createdAt": "2025-07-29T07:13:53.474Z",
"updatedAt": "2025-07-29T07:13:53.474Z"
}