Skip to main content
PATCH

Authorizations

Authorization
string
header
required

A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.

Path Parameters

uid
string
required

UUID of the context item.

Example:

"7a3f9d2c-1111-4000-a000-000000000abc"

Query Parameters

updateMask
string

Comma-separated list of fields to update. Omit to update all provided fields.

Example:

"userFeedback,topics"

Body

application/json
contextType
string

Required when content is supplied — selects which partition to update against. Free-form string (e.g. note, saved_query).

Example:

"note"

content
object

Replacement type-specific JSON content. Shape varies by contextType.

description
string

Replacement description text.

Example:

"Updated description after review"

userFeedback
enum<string>

User-supplied verification verdict.

Available options:
negative,
neutral,
positive
Example:

"positive"

topics
string[]

Replacement topic tags. Pass [] to clear all tags.

Example:

Response

Patch applied.

uid
string
required