cURL
curl --request PUT \ --url https://api.axiom.co/v2/datasets/{dataset_id}/fields/{field_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "description": "<string>", "hidden": true, "name": "<string>", "type": "<string>", "unit": "<string>" }'
{ "description": "<string>", "hidden": true, "name": "<string>", "type": "<string>", "unit": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Name of the field
Type of the field
Description of the field
Whether the field is hidden
Unit of the field
DatasetField
Was this page helpful?