---
title: "PUT /resources/{resource_id}/reviewers"
method: PUT
path: "/resources/{resource_id}/reviewers"
tags: ["resources"]
---

# PUT /resources/{resource_id}/reviewers

`PUT /resources/{resource_id}/reviewers`

Sets the list of reviewers for a resource.

## Path parameters

- `resource_id` string, uuid, required

## Request body

- ReviewerIDList — A list of reviewer IDs.
  - `reviewer_ids` string[], required

## Response `200`

The updated IDs of owners that are reviewers for this resource

- string[]

---

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