PATCH
/
v2
/
datasets
/
{dataset_id}
/
content
curl --request PATCH \
  --url https://api.galileo.ai/v2/datasets/{dataset_id}/content \
  --header 'Content-Type: application/json' \
  --header 'Galileo-API-Key: <api-key>' \
  --data '{
  "edits": [
    {
      "edit_type": "append_row",
      "values": {},
      "row_id": "<string>"
    }
  ]
}'
"<any>"

Authorizations

Galileo-API-Key
string
header
required

Headers

If-Match
string | null

ETag of the dataset as a version identifier.

Path Parameters

dataset_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.