UpdateSound modifies sound metadata.
PATCH/api/v1/voice/sounds/:id
Updates sound name, description, category, or status. Does not replace the audio file.
Parameters
- id: Required, sound to update
- (other fields): Optional, values to update
Errors
- NOT_FOUND: Sound does not exist
- PERMISSION_DENIED: Caller lacks voice:sound:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.