---
title: "Update Pass Template Actions"
method: PUT
path: "/v2/templates/{templateId}/actions"
tags: ["Pass Templates > Actions"]
---

# Update Pass Template Actions

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

### Update Pass Template Actions

Update the actions of the pass template.

**Parameters:**
- `actions` (TemplateAction): The updated actions data.
- `template` (Template): The pass template.

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

## Path parameters

- `templateId` union, required
  - string
  - string

## Headers

- `authorization` string, nullable

## Request body

- TemplateAction
  - `redeem` boolean, nullable
  - `reactivate` boolean, nullable
  - `updateFields` string[]

## 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)
