| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Schema

- **identifier**  
  - **uuid**  
    - required  
  - brand unique identifier

- **name**  
  - **string**  
    - required

- **companyUuid**  
  - **uuid**

- **logoUrl**  
  - **uri**

- **websiteUrl**  
  - **uri**

- **colors**  
  - **object**  
    - colorsobject

- **welcomeContent**  
  - **object**  
    - welcomeContentobject

- **helpContent**  
  - **object**  
    - helpContentobject

- **onboardingContent**  
  - **object**  
    - onboardingContentobject

- **invitationMessage**  
  - **object**  
    - invitationMessageobject

- **emailTemplateUuid**  
  - **uuid | null**

- **hireBrandId**  
  - **uuid**

- **originSystem**  
  - **string**  
    - The system that last updated this brand (hire or wx)

- **originUpdatedAt**  
  - **date-time**  
    - When the brand was last updated in the origin system

# Responses

# ``202      brand replaced. Wrapped in a JsonAPI root response.

# ``500      default error response

---

```
curl --request PUT \

--url https://services.fountain.com/api/serviceorganizations/brands/identifier \

--header 'accept: application/json' \

--header 'content-type: application/json'
```

### Click `Try It!`
To start a request and see the response here! Or choose an example:

- application/json

``202``500

---
