---
title: "Update Branding Settings Of Pass Template"
method: PUT
path: "/v2/templates/{templateId}/branding"
tags: ["Pass Templates > Branding"]
---

# Update Branding Settings Of Pass Template

`PUT /v2/templates/{templateId}/branding`

### Update Branding Settings of Pass Template

Update the branding settings of the pass template.

**Parameters:**
- `branding` (TemplateBranding): The updated branding settings data.
- `template` (Template): The pass template.

**Returns:**
- `dict`: The updated branding settings of the pass template.

## Path parameters

- `templateId` union, required
  - string
  - string

## Headers

- `authorization` string, nullable

## Request body

- TemplateBranding
  - `titleText` string, nullable
  - `headerText` string, nullable
  - `bodyTextColor` string, nullable
  - `footerTextColor` string, nullable
  - `footerBackgroundColor` string, nullable
  - `footerImage` ImageObject
    - `key` string, nullable
    - `url` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
