POST
/
datasets
/
{dataset_id}
/
mapfields
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"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

dataset_id
string
required

Body

application/json

A map field, described by a name

Response

200 - application/json

A mapfield, described by a name

A map field, described by a name