---
title: "Update the template of a user"
method: PUT
path: "/review_booster/template"
tags: ["Review Booster"]
---

# Update the template of a user

`PUT /review_booster/template`

This endpoint lets you update the template associated with the user.
3 placeholders are available for the template: `${client_name}`, `${business_name}`, and `${url}`.
There are 2 main constraints:   - `${url}` must be present in the template sent.   - The text should not contain more than 250 characters (excluding placeholders).  
The template must exist before the request is sent.
You need to be subscribed to the Review Booster product.

## Request body

- object
  - `template` string, required — the template content, with placeholder(s) not filled

## Response `200`

OK

- object
  - `status` 'success' — Request status

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/versions/3652d8b1a8b3/schema)
