Update a context item
Updates content (with contextType), description, userFeedback, or topics on a context item and returns its uid. Use updateMask to limit which fields change.
Requires: context:write
Authorizations
A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.
Path Parameters
UUID of the context item.
"7a3f9d2c-1111-4000-a000-000000000abc"
Query Parameters
Comma-separated list of fields to update. Omit to update all provided fields.
"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.
Response
Patch applied.