Albums
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
Responses
200Success
application/json
get
/api/media/albums200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
podcastsstring · uuid[]Required
speakersstring · uuid[]Required
podcast_countstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
descriptionstring · nullableOptional
bannerstring · nullableOptional
frequencystring · max: 255 · nullableOptional
Responses
201Success
application/json
post
/api/media/albums201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this album.
Responses
200Success
application/json
get
/api/media/albums/{id}200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this album.
Body
idstring · uuidRead-onlyRequired
podcastsstring · uuid[]Required
speakersstring · uuid[]Required
podcast_countstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
descriptionstring · nullableOptional
bannerstring · nullableOptional
frequencystring · max: 255 · nullableOptional
Responses
200Success
application/json
put
/api/media/albums/{id}200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this album.
Responses
204
No response body
No content
delete
/api/media/albums/{id}204
No response body
No content
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this album.
Body
idstring · uuidRead-onlyOptional
podcastsstring · uuid[]Optional
speakersstring · uuid[]Optional
podcast_countstringRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestring · max: 255Optional
descriptionstring · nullableOptional
bannerstring · nullableOptional
frequencystring · max: 255 · nullableOptional
Responses
200Success
application/json
patch
/api/media/albums/{id}200Success