/
CA
cardinalapps
/
Cardinal Media Server API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2w ago
Details
Filter operations
Authentication
3
Dev
9
Events
1
General
9
Indexing
11
Invitations
4
Jobs
6
Libraries
5
Licensing
2
Music
11
Photo Albums
7
get
🛡️ Get a single photo album.
delete
🛡️ Delete a photo album.
patch
🛡️ Update a photo album.
get
🛡️ Get your photo albums.
get
🛡️ Count your photo albums.
post
🛡️ Create a new photo album.
get
🛡️ Get photo album entries.
Photos
6
Playback Queues
6
Ratings
3
Role Assignments
3
Settings
2
Thumbnails
1
Users
8
Users (Public)
1
Photo Albums
🛡️ Update a photo album.
<h3>🛡️ Requires Capabilities: <code>PhotoAlbums.Update</code></h3>
patch
/api/v1/photo-album/{id}
Path parameters
id
number
required
Request body
UpdatePhotoAlbumBodyDto
required
name
string
required
Response
PhotoAlbum
required
user
User
photoAlbumId
string
required
name
string
required
entries
PhotoAlbumEntry[]
required
metadata
PhotoAlbumMetadata[]
required
id
number
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
deletedAt
string
date-time
required
Changes