v1

latestOpenAPI 3.0.32026-08-067332206.6 KB
brandfolders

Update a Brandfolder

Updates the matching Brandfolder.

put/brandfolders/{brandfolder_id}

Headers

Accept'application/json' required

Request body

Example request

{
  "data": {
    "attributes": {
      "name": "Updated Brandfolder",
      "privacy": "public",
      "slug": "updated-brandfolder",
      "tagline": "Updated Brandfolder tagline!"
    }
  }
}

Response

The updated Brandfolder.

Example response

{
  "data": {
    "id": "oqgkkd-fr5iv4-hh142d",
    "attributes": {
      "name": "Updated Brandfolder",
      "privacy": "public",
      "slug": "updated-brandfolder",
      "tagline": "Updated Brandfolder tagline!"
    }
  }
}