Skip to main content
PATCH
/
api
/
albums
/
{album_id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Path Parameters

album_id
string
required

Body

application/json
name
string | null
description
string | null

Response

Successful Response

Represents a collection of assets organized by the user.

id
string
required

Unique album identifier with 'album_' prefix

name
string
required

Display name of the album

created_at
string<date-time>
required

When this album was created

updated_at
string<date-time>
required

When this album was last updated

description
string | null

Optional description text for the album

I