Edit a Recording Note
PUT /v1/recordings/{recordingId}/notes/{noteId}
Summary:
Edits the text of an existing recording note.
Security:
Bearer Authentication required.
Path Parameters:
recordingId
: The recording’s unique identifier.noteId
: The unique identifier of the note to edit.
Request Body:
JSON object with:
noteText
(string, required): New note text (min 1, max 240 characters).
Response:
200 OK:
Returns the updated note object.400, 401, 403, 404, 500: Error responses.