Apply multiple settings to a data field in a single transaction

Accepts a map of setting-type to setting DTO. Semantics:

  • Key absent from payload: setting is not touched.
  • Key present with non-null value: upsert (create or update) the setting.
  • Key present with explicit null value: delete the setting from the database.

All changes are applied atomically. If any setting fails validation
or applicability checks, the entire transaction rolls back and the
response contains per-setting error details.

Supported setting types:

  • datetime-strategy: Controls how datetime values with timezone offsets
    are stored. Applicable only to DATETIME fields.
  • collection-field: Marks a STRING scalar field as containing delimited
    collection data.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier of the entity

uuid
required

Unique identifier of the data field

Body Params

Map of setting-type to setting configuration. Only settings present in this
map will be modified. A null value means "delete this setting".

collection-field
object

Collection-field delimiter configuration. Marks a STRING scalar field
as containing delimited collection data.
Set to null to remove the collection-field setting.

datetime-strategy
object

Datetime strategy override. Controls how datetime values with timezone
offsets are stored. Applicable only to DATETIME fields.
Set to null to remove a previously saved override (reverts to default from metadata).

Responses

404

Entity or field not found

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