Skip to main content
PATCH
/
api
/
v1
/
datadiffs
/
{datadiff_id}
Update a data diff
curl --request PATCH \
  --url https://app.datafold.com/api/v1/datadiffs/{datadiff_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "archived": true,
  "purged": true
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Path Parameters

datadiff_id
integer
required

Body

application/json
archived
boolean | null
purged
boolean | null

Response

Successful Response