v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Data

Patch data

Update a data entry's properties. Supports updating the title and custom fields. Only the fields you include in the request body will be modified — omitted fields are left unchanged.

Returns the updated data object.

🚧 Permissions

Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.

patch/v1/data/{data_id}

Path parameters

data_idstring required

Unique identifier of the data.

Request body

titlestring

The data's title.

Example request

{
  "title": "My data"
}

Response

200