---
title: "Update scene collection"
method: PATCH
path: "/video/{video_id}/scenes/{scene_collection_id}/"
tags: ["Videos"]
---

# Update scene collection

`PATCH /video/{video_id}/scenes/{scene_collection_id}/`

## Path parameters

- `video_id` string, required
- `scene_collection_id` string, required

## Request body

- object
  - `scenes` object[], required

## Response `200`

Scene collection updated

- SuccessResponse
  - `success` boolean
  - `message` string

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/21b1d1d3eae8/schema)
