cURL
curl --request PUT \ --url https://open.cleeksy.com/api/v1/data-sources/{dataSourceId}/records \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "recordId": "<string>", "fieldValues": {} } '
{ "success": true, "data": { "recordId": "<string>" } }
Cập nhật thông tin bản ghi hiện có.
recordId
fieldValues
Bearer token để xác thực
ID của Data Source
ID của bản ghi cần cập nhật
Dữ liệu cần cập nhật
Cập nhật thành công
Show child attributes