cURL
curl --request PUT \ --url https://api.axiom.co/v1/datasets/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "description": "string" }'
{ "created": "2022-07-20T02:35:14.137Z", "description": "string", "id": "string", "name": "string", "who": "string" }
Update dataset
The access token received from the authorization server in the OAuth 2.0 flow.
DatasetSpec
The response is of type object.
object