POST
/
v1
/
form_fields
/
{form_field_id}
/
positions
curl --request POST \
  --url https://api.rootly.com/v1/form_fields/%7Bform_field_id%7D/positions \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "038fb861-b401-48ef-948e-d9bd2932f487",
    "type": "form_field_positions",
    "attributes": {
      "form_field_id": "59753b9a-82a5-46d1-961c-98482d3522c3",
      "form": "web_new_incident_form",
      "position": 2
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

form_field_id
string
required

Body

application/vnd.api+json
data
object
required

Response

201
application/vnd.api+json
form_field_position created
data
object
required