Update Note
Update a note’s metadata (partial update). Currently only the note title
can be changed. Requires the note:write scope.
This follows the AIP-134 field-mask convention:
the required updateMask query parameter lists which fields to change, and
only those fields are touched. A field named in updateMask but absent from
the body (or sent as null) is treated as an error for title, since the
title cannot be blank.
인증
API key in format {id}.{secret}
경로 매개변수
Note GUID
쿼리 매개변수
Comma-separated list of fields to update. Only title is supported today.
본문
Partial update for a note. Include only the fields named in updateMask.
New note title. Must not be blank and is limited to 100 characters.
1 - 100"Q3 Planning Sync"
응답
Note updated
The top-level container for a single recording session. A Note holds its transcribed content as Paragraphs, and can be summarized into NoteSummary or rendered into a NoteDocument. See Data Model for the full structure.
Unique identifier for the note
"note-guid-123"
Note title
"Meeting notes"
ISO-8601 creation timestamp
"2025-07-20T10:00:00Z"
ISO-8601 last update timestamp
"2025-07-20T11:10:00Z"
Source type of the note:
live-voice: Real-time voice recordingrecording: Uploaded audio filetext: Text-only notevideo: Video recordingwebpage: Web page contentoffline-mode: Offline recordingonboarding: Onboarding sample note
onboarding, text, live-voice, recording, offline-mode, webpage, video "live-voice"
Actual recording length in seconds. Returns 0 for non-recording source types.
3600
Web URL to access the note
"https://tiro.ooo/n/123"
Array of collaborators with their roles
Array of meeting participants tagged in the note
GUID of the workspace this note belongs to. null for notes not associated with a workspace.
"ws_a1b2c3d4"
Actual recording start timestamp. Null for non-recording source types.
"2025-07-20T10:00:10Z"
Actual recording end timestamp. Null for non-recording source types.
"2025-07-20T11:00:10Z"
Language locale used for transcription. Null for non-recording source types.
"en_US"
Language locale used for translation. Null when no translation was requested.
"ko_KR"
Highlight snippets for the keyword that matched this
note. Present only on responses to the deep-search endpoints
(POST /v1/external/workspaces/{workspaceGuid}/notes/search or the
deprecated POST /v1/external/notes/search); absent (null) on
plain list responses.
Note's primary documents (one-pager / custom). Present only on
responses to the deep-search endpoints
(POST /v1/external/workspaces/{workspaceGuid}/notes/search or the
deprecated POST /v1/external/notes/search); absent (null) on
plain list responses. Each item's truncated flag indicates
whether the deep-search budget was exceeded.