PUT
/
v1
/
form_field_placements
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/form_field_placements/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "25139a1f-1bf8-4899-8678-6552535dbf71",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "bc7c7253-22a4-41fc-a5e3-988941052d7f",
      "form_set_id": "a7df96f5-2fcf-4662-9bb4-5c32100a1d1e",
      "form": "web_new_incident_form",
      "position": 5,
      "required": false,
      "placement_operator": "and",
      "required_operator": "and"
    }
  }
}

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_placement updated
data
object
required