Last updated
© 2025 make.com
Last updated
Updates a data store record with a given key by passing new data in the request body. It replaces the entire resource with the new values. In the response, this endpoint returns all details of the updated data.
The ID of the data store. Get the dataStoreId from the List data stores endpoint.
137
The key of the data store record. It can be retrieved from the List data store records endpoint.
"ecc4819b2260"
The data is different for each data store so there are no predefined body properties to use. Please see the request example for more details.
Successful response
The unique key of the data store record. If no key is provided, it will be automatically generated.
The data of the data store record. The structure strictly depends on the included data structure. If no data is provided, in response the values will be set to null.