Update Utterance
PATCH/utterances/:utterance_id
Updates an existing utterance's attributes.
Only provided attributes will be updated; others remain unchanged. The utterance's ID and creation timestamp cannot be modified. Extra metadata and tags can be added or removed independently.
Request
Responses
- 200
- 404
- 422
Utterance successfully updated. Returns the updated Utterance object.
Utterance not found. The specified utterance_id does not exist
Validation error in update parameters