---
title: "This endpoint will update the reviewers of a change request"
method: PUT
path: "/api/admin/projects/{projectId}/change-requests/{id}/approvers"
tags: ["Change Requests"]
---

# This endpoint will update the reviewers of a change request

`PUT /api/admin/projects/{projectId}/change-requests/{id}/approvers`

**Enterprise feature**

Change requests can have requests for review from users. This endpoint allows to add or remove reviewers from a change request. The maximum number of reviewers is 10.

## Path parameters

- `projectId` string, required
- `id` string, required

## Response `204`

This response has no body.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
