Golden data sets
Update a Column in a Golden Data Set
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Path Parameters
dataset_api_id*string
Unique identifier of the dataset
column_name*string
Name of the column
Request Body
application/json
name?|
New name for the column. Must match ^[A-Za-z0-9_-]+$ and cannot be 'key'
description?|
New description for the column
Response Body
application/json
curl -X PATCH "https://api.bem.ai/v2/datasets/string/columns/string" \ -H "Content-Type: application/json" \ -d '{}'{
"column": {
"name": "string",
"description": "string",
"type": "file"
},
"error": "string"
}