Skip to main content
PUT
/
api
/
v1
/
{team_slug}
/
{app_slug}
/
brands
/
{brand_id}
Error
A valid request URL is required to generate request examples
{
  "data": {
    "address": {
      "city": "<string>",
      "co_address": "<string>",
      "country": "<string>",
      "house_number": "<string>",
      "postal_code": "<string>",
      "state_province": "<string>",
      "street_address": "<string>"
    },
    "cover": {
      "id": "<string>",
      "url": "<string>"
    },
    "created_at": "<string>",
    "description": "<string>",
    "email": "<string>",
    "id": "<string>",
    "logo": {
      "id": "<string>",
      "url": "<string>"
    },
    "name": "<string>",
    "series": [
      {
        "id": "<string>",
        "name": "<string>",
        "slug": "<string>"
      }
    ],
    "slug": "<string>",
    "translations": {
      "description": [
        {
          "id": "<string>",
          "locale": "<string>",
          "value": "<string>"
        }
      ]
    },
    "updated_at": "<string>"
  },
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

brand_id
string
required

Id of brand

Body

application/json

data on brand

name
string
required
slug
string
required
address
object
cover_id
string
description
string
email
string
logo_id
string

Response

Brand updated successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean