Skip to main content
Skip table of contents

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.