Update an existing data object (record) in a dataset
_version field to prevent concurrent modification conflicts.
Authorization header.
/v1/oauth2/token endpoint. Pass the token directly without the “Bearer” prefix.application/json.application/json is supported.204 No Content response with no body.
204 No Content response indicates the update was successful. The data object’s version is automatically incremented.| Status Code | Description |
|---|---|
400 Bad Request | Invalid request body, malformed JSON, or version conflict. If the _version doesn’t match the current version, the update is rejected. |
401 Unauthorized | Invalid or expired access token. Obtain a new token from /v1/oauth2/token and try again. |
403 Forbidden | Your application client does not have permission to update data objects. Contact your tenant administrator. |
404 Not Found | The specified business area, schema, dataset, or data object does not exist, or you do not have access to it. |
500 Internal Server Error | An unexpected error occurred on the server. Try again later or contact support. |
_version value._version in your update request.Status field while keeping all other fields unchanged.
_version: The version field is required for updates to prevent data conflicts.