ReferenceAppsConciergeAdmin
Update brand
Update an existing brand's details
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
Header Parameters
X-Bivariant-Space-Idstring
Space ID
Update brand input
description?string
idstring
logo?string
name?string
title?string
Response Body
curl -X POST "https://eu1.api.bivariant.com/v1/apps/bivariant.concierge/modules/admin/actions/brand.update" \ -H "X-Bivariant-Space-Id: string" \ -H "Content-Type: application/json" \ -d '{ "id": "string" }'{
"colors": {
"primaryColor": "string"
},
"createdAt": "string",
"description": "string",
"id": "string",
"logo": "string",
"meta": [
0
],
"name": "string",
"spaceId": "string",
"title": "string",
"updatedAt": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}