Update a podcast's mutable business fields
PATCH/v1/podcasts/:id
The network is resolved from the podcast document and the caller must hold the administrator role on it. This is a partial update: only the fields present in the body are changed, and platform-owned fields are never accepted. The write is optimistic-locked, so a concurrent modification returns 409.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
The updated podcast
A malformed contact
Missing or invalid API key
The API key is not authorized for this resource
Podcast not found
Version conflict