PATCH
/
v5
/
datasets
/
{dataset_id}
Update Dataset
curl --request PATCH \
  --url https://api.egp.scale.com/v5/datasets/{dataset_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "tags": [
    "<string>"
  ]
}'
{
  "id": "<string>",
  "object": "dataset",
  "created_by": {
    "id": "<string>",
    "object": "identity",
    "type": "user"
  },
  "name": "<string>",
  "description": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "archived_at": "2023-11-07T05:31:56Z",
  "tags": [
    "<string>"
  ],
  "current_version_num": 123
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

dataset_id
string
required

Body

application/json
name
string
description
string
tags
string[]

The tags associated with the entity

Response

Successful Response

id
string
required
created_by
object
required

The identity that created the entity.

name
string
required
created_at
string<date-time>
required
tags
string[]
required

The tags associated with the entity

current_version_num
integer
required
object
enum<string>
default:dataset
Available options:
TitleConst
Objectdataset
description
string
archived_at
string<date-time>