cURL
curl --request PUT \ --url https://api.honeyhive.ai/v1/datasets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "dataset_id": "<string>", "name": "<string>", "description": "<string>", "datapoints": [ "<string>" ] } '
{ "result": { "id": "<string>", "name": "<string>", "description": "<string>", "datapoints": [], "created_at": "<string>", "updated_at": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
200
Successful update
Show child attributes
Was this page helpful?