Switch the context-awareness of an attribute definition.

This endpoint changes the contextAware flag of the specified attribute definition, allowing it to switch between global and context-specific behavior.

Because this change can affect many dependent entities, it is handled asynchronously.

A background job is triggered to perform the transition and clean up any related references.

The operation returns a taskId that can be used to monitor the status of this background job.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The internal ID of the attribute definition to update.

Example: 634c26e14cedfd0001775e9f

Body Params

Object containing the desired contextAware value. Setting this flag to true makes the attribute context-specific. Setting it to false makes it global.

boolean
required
Responses
202

Accepted

The request has been accepted for processing, but the processing has not been completed.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json