---
title: "Replace all the videos in an album"
method: PUT
path: "/users/{user_id}/albums/{album_id}/videos"
tags: ["Albums\\Album videos"]
---

# Replace all the videos in an album

`PUT /users/{user_id}/albums/{album_id}/videos`

This method replaces all the existing videos in an album with one or more videos.

## Path parameters

- `album_id` number, required
- `user_id` number, required

## Request body

- object
  - `videos` string, required — A comma-separated list of video URIs.

## Response `201`

The videos were added.

## Other responses

- `403` — The authenticated user can't add videos to albums.
- `404` — No such album exists.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
