---
title: "Edit an album"
method: PATCH
path: "/me/albums/{album_id}"
tags: ["Albums\\Essentials"]
---

# Edit an album

`PATCH /me/albums/{album_id}`

This method edits an album.

## Path parameters

- `album_id` number, required

## Response `200`

The album was edited.

## Other responses

- `400` — A parameter is invalid.
- `403` — The authenticated user doesn't own the album, the supplied token doesn't have the proper scopes, or the authenticated user can't edit the album.
- `404` — No such album exists.

## Changes

- **2026-07-13** `ea882e0224a4` — 2 info
  - added the required property `metadata/interactions/add_to` to the response with the `200` status
  - added the required property `share_link` to the response with the `200` status
- **2019-03-29** `d66f7a79837f` — 2 info
  - added the required property `autoplay` to the response with the `200` status
  - added the required property `loop` to the response with the `200` status
- **2019-02-08** `8e9ff8a1caf3` — 6 info
  - added the required property `allow_continuous_play` to the response with the `200` status
  - added the required property `allow_downloads` to the response with the `200` status
  - added the required property `allow_share` to the response with the `200` status
  - added the required property `metadata/interactions/add_custom_thumbnails` to the response with the `200` status
  - …2 more
- **2019-02-01** `ff2c9d773e0b` — 3 info
  - added the required property `embed_brand_color` to the response with the `200` status
  - added the required property `embed_custom_logo` to the response with the `200` status
  - added the required property `hide_vimeo_logo` to the response with the `200` status
- **2019-01-11** `89b756668a1e` — 7 info
  - added the new optional request property `domain`
  - added the new optional request property `url`
  - added the new optional request property `use_custom_domain`
  - added the non-success response with the status `404`
  - …3 more

[Full history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/albums/:album_id/patch.md)

---

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