---
title: "Modify Option Access Rights"
method: PUT
path: "/api/1/content-access/options/{optionId}"
tags: ["Options"]
---

# Modify Option Access Rights

`PUT /api/1/content-access/options/{optionId}`

## Path parameters

- `optionId` string, required

## Request body

- ApiContentAccessMetapropertiesRequest
  - `principals` Principal[]
    - `principalId` string
    - `principalType` 'user' | 'group' | 'profile'
  - `level` 'metaproperty.hide'

## Response `200`

Successful response

- ApiContentAccessMetapropertiesResponse1[]
  - `principalId` string
  - `principalType` string

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
