Atlas
Admin — Branding

Update workspace branding

Sets custom branding for the workspace. Overwrites all fields. Enterprise license required.

PUT
/api/v1/admin/branding

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "http://localhost:3001/api/v1/admin/branding" \  -H "Content-Type: application/json" \  -d '{}'
{
  "branding": {
    "id": "string",
    "orgId": "string",
    "logoUrl": "string",
    "logoText": "string",
    "primaryColor": "string",
    "faviconUrl": "string",
    "hideAtlasBranding": true,
    "createdAt": "string",
    "updatedAt": "string"
  }
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}