latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Data Sets
Update a data set record
Updates an existing record in a data set.
put/data-sets/{dataSetId}/records/{dataSetRecordId}
Path parameters
dataSetIdstring required
The ID of the Data Set
dataSetRecordIdstring required
The ID of the Data Set Record
Request body
Response
Example response
{
"audit": {
"createdBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
}
}
}