---
title: "Update watermark group"
method: PUT
path: "/videos/{drm_group_id}"
---

# Update watermark group

`PUT /videos/{drm_group_id}`

Used to update watermark group properties

## Path parameters

- `drm_group_id` string, required

## Request body

- object
  - `videos` object
    - `action` string
    - `video_ids` string[]
  - `folders` object
    - `action` string
    - `folder_ids` string[]
  - `name` string — Define a name for the watermark linked to your selected videos
  - `percent_ts` number, float — Set a percentage of the desired watermark for your video. Range from 0.1 to 1.
  - `font-family` string — Fonts available: fredoka-regular, arial, helvetica, times-new-roman and times
  - `font-color` string
  - `font-size` string
  - `box-color` string
  - `box-opacity` string — Between 0 and 1
  - `active` boolean — Active true the videos will be blocked without using the signed url
  - `watermark_question` string
  - `security_level` string — It can be low, medium or high, it defines the level of appearance of the watermark
  - `security_type` string — Can be advanced or regular, defines the security level used
  - `animation_type` string — Can be default or dynamic, defines the type of animation

## Response `200`

200

## Other responses

- `400` — 400
- `404` — 404
- `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)
