---
title: "Update video privacy setting"
method: POST
path: "/public/update-video-privacy-setting"
tags: ["Video"]
---

# Update video privacy setting

`POST /public/update-video-privacy-setting`

Use this endpoint to update whether video can be played publicly, or if it requires a JWT to be played. Read more about it here: https://docs.fermion.app/docs/recorded-videos/embed-video

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 60 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `videoId` string, required — ID of the video to update
      - `shouldEnableUnauthorizedVideoPlayback` boolean, required — If passed true, video will be playable without the access JWT required. Read more here: https://docs.fermion.app/docs/recorded-videos/emb ed-video

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

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