Update a context item
Patches one or more of on an existing context item. The audit metadata records the editing user’s id, name, and email. Returns the uid of the patched item. Pass ?updateMask=<csv> (AIP-134) to restrict the write to specific top-level fields; an absent mask preserves the legacy “write every body field” behaviour.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the context item.
Query Parameters
AIP-134 comma-separated field paths to update.
"userFeedback,topics"
Body
Required when content is supplied — selects which partition to update against. Free-form string (e.g. note, saved_query).
"note"
Replacement type-specific JSON content. Shape varies by contextType.
Replacement description text.
"Updated description after review"
User-supplied verification verdict.
negative, neutral, positive "positive"
Replacement topic tags. Pass [] to clear all tags.
["analytics", "verified"]Response
Patch applied.