---
title: "Update watermark private tokens"
method: PUT
path: "/tokens/{token_id}"
---

# Update watermark private tokens

`PUT /tokens/{token_id}`

Used to create private tokens to view videos only with using the token

## Path parameters

- `token_id` string, required

## Request body

- object
  - `drm_group_id` string
  - `string1` string — First line of watermark
  - `string2` string — Second line of watermark
  - `string3` string — Third line of watermark
  - `status_key` boolean

## Response `200`

200

## Other responses

- `400` — 400
- `409` — 409
- `500` — 500

---

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