Add a Recording Note
POST /v1/recordings/{recordingId}/notes
Summary:
Creates a new note for the specified recording.
Security:
Bearer Authentication required.
Path Parameter:
recordingId
: The recording’s unique identifier.
Request Body:
JSON object with:
noteText
(string, required): The note content (min 1 character, max 240 characters).
Response:
200 OK:
Returns a JSON object with:CODE{ "noteId": "uuid" }
400, 401, 403, 404, 409, 500: Error responses.