PUT
/
v1
/
form_field_positions
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/form_field_positions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
  "data": {
    "type": "form_field_positions",
    "attributes": {
      "form_field_id": "<string>",
      "form": "web_new_incident_form",
      "position": 123
    }
  }
}'
{
  "data": {
    "id": "0d9fa839-277c-4a3e-a4ce-d0e9faebd462",
    "type": "form_field_positions",
    "attributes": {
      "form_field_id": "051dd56f-2471-42d7-92dd-999b8a69ce5a",
      "form": "slack_update_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

id
string
required

Body

application/vnd.api+json
data
object
required

Response

200
application/vnd.api+json
form_field_position updated
data
object
required