Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
form_field_placement updated with non_editable
Update a specific form_field_placement by id
curl --request PUT \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "form_field_placements",
"attributes": {
"form_set_id": "<string>",
"form": "<string>",
"position": 123,
"required": true,
"required_operator": "and",
"placement_operator": "and",
"non_editable": true
}
}
}'{
"data": {
"id": "cb1079ba-1195-4bbe-bc4b-c65f5011e07f",
"type": "form_field_placements",
"attributes": {
"form_field_id": "2f34b8b0-3f94-4b3d-8e88-3f30506e9214",
"form_set_id": "51d839c5-c38a-49c7-861c-eea44b707f9b",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": true
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
form_field_placement updated with non_editable
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/form_field_placements/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "form_field_placements",
"attributes": {
"form_set_id": "<string>",
"form": "<string>",
"position": 123,
"required": true,
"required_operator": "and",
"placement_operator": "and",
"non_editable": true
}
}
}'{
"data": {
"id": "cb1079ba-1195-4bbe-bc4b-c65f5011e07f",
"type": "form_field_placements",
"attributes": {
"form_field_id": "2f34b8b0-3f94-4b3d-8e88-3f30506e9214",
"form_set_id": "51d839c5-c38a-49c7-861c-eea44b707f9b",
"form": "web_new_incident_form",
"position": 1,
"required": false,
"placement_operator": "and",
"required_operator": "and",
"non_editable": true
}
}
}