Update transcript comment
Updates a single workspace transcript comment’s body and/or status. Requires both engagements:read and transcript_comments:write scopes. Updating a transcript comment for a private engagement also requires engagements:private:read.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Transcript comment body text. Leading and trailing whitespace is trimmed server-side; the trimmed value must be at least 1 character. Whitespace-only strings are rejected with 422.
Response headers
Maximum number of authenticated requests allowed for the workspace in the current 60-second window. The limit is 1000 and applies to all /api/v2 resource routes (GET, POST, PATCH, and DELETE), shared across every credential for the workspace.
Unix epoch seconds when the current rate-limit window resets.