Podcast categories

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success
application/json
get
/api/media/podcast-categories
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
podcast_countstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestringRequired
descriptionstring · nullableOptional
churchstring · uuidRequired
Responses
post
/api/media/podcast-categories
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this podcast category.

Responses
chevron-right
200Success
application/json
get
/api/media/podcast-categories/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this podcast category.

Body
idstring · uuidRead-onlyRequired
podcast_countstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestringRequired
descriptionstring · nullableOptional
churchstring · uuidRequired
Responses
chevron-right
200Success
application/json
put
/api/media/podcast-categories/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this podcast category.

Responses
delete
/api/media/podcast-categories/{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 podcast category.

Body
idstring · uuidRead-onlyOptional
podcast_countstringRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestringOptional
descriptionstring · nullableOptional
churchstring · uuidOptional
Responses
chevron-right
200Success
application/json
patch
/api/media/podcast-categories/{id}
200Success