Update a voice
PATCH/v1/podcasts/:podcastId/voices/:id
Requires the administrator role on the parent podcast's network. Partial update: only the supplied fields change, and supplied info keys are merged onto the existing info map so keys set by other writers survive. Optimistic-locked, so a concurrent modification returns 409.
Request
Responses
- 200
- 401
- 403
- 404
The updated voice
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found