curl --request POST \
--url https://api.axiom.co/v2/datasets/{dataset_id}/mapfields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "fieldname"
}'
{
"name": "fieldname"
}
The access token received from the authorization server in the OAuth 2.0 flow.
A map field, described by a name
A mapfield, described by a name
A map field, described by a name
Was this page helpful?
curl --request POST \
--url https://api.axiom.co/v2/datasets/{dataset_id}/mapfields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "fieldname"
}'
{
"name": "fieldname"
}