POST
/
v1
/
form_fields
/
{form_field_id}
/
placements
curl --request POST \
  --url https://api.rootly.com/v1/form_fields/%7Bform_field_id%7D/placements \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "a81e1669-d323-441b-a999-ee3bca5460e6",
    "type": "form_field_placements",
    "attributes": {
      "form_field_id": "bc7c7253-22a4-41fc-a5e3-988941052d7f",
      "form_set_id": "a7df96f5-2fcf-4662-9bb4-5c32100a1d1e",
      "form": "web_update_incident_form",
      "position": 1,
      "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

form_field_id
string
required

Body

application/vnd.api+json
data
object
required

Response

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