---
title: "PUT /groups/{group_id}/resources"
method: PUT
path: "/groups/{group_id}/resources"
tags: ["groups"]
---

# PUT /groups/{group_id}/resources

`PUT /groups/{group_id}/resources`

Sets the list of resources that the group gives access to.

## Path parameters

- `group_id` string, uuid, required

## Request body

- UpdateGroupResourcesInfo
  - `resources` ResourceWithAccessLevel[], required
    - `resource_id` string, uuid, required — The ID of the resource.
    - `access_level_remote_id` string — The ID of the resource.

## Response `200`

The group resource were successfully set.

---

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