Skip to main content
PATCH
Update a custom context item

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

Uid of the custom context item.

Example:

"00000000-0000-4000-a000-000000000abc"

Body

application/json
name
string

Replacement display name.

Example:

"Acme renewal contract"

entityType
string

Replacement customer-defined entity or field type.

Example:

"contract"

description
string

Replacement description.

Example:

"Updated internal billing metadata."

content
object

Replacement main textual or structured content.

url
string

Replacement customer-facing URL.

Example:

"https://internal.example.com/contracts/contract-123"

attributes
object[]

Replacement structured attributes.

dataType
string

Replacement field data type.

Example:

"timestamp"

value
object

Replacement representative field value.

samples
object[]

Replacement representative samples.

raw
object

Replacement customer-specific raw fields.

topics
string[]

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

Example:

Response

Patch applied.

uid
string
required