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

idstring required

The resource's ID.

organizationIdstring required

The ID of the organization this resource belongs to.

dataSetIdstring required

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"
    }
  }
}