Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
form_set_condition updated
Update a specific form_set_condition by id
curl --request PUT \
--url https://api.rootly.com/v1/form_set_conditions/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "form_set_conditions",
"attributes": {
"form_field_id": "<string>",
"comparison": "equal",
"values": [
"<string>"
]
}
}
}'{
"data": {
"id": "7e0fe2c1-17be-4b3d-994b-76df87d190fd",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "1c74c776-f903-43ff-866e-83c752f7dc76",
"form_field_id": "f0faddb0-756b-4063-b9ea-7c793fdaa784",
"comparison": "equal",
"values": [
"test update"
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
form_set_condition updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/form_set_conditions/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "form_set_conditions",
"attributes": {
"form_field_id": "<string>",
"comparison": "equal",
"values": [
"<string>"
]
}
}
}'{
"data": {
"id": "7e0fe2c1-17be-4b3d-994b-76df87d190fd",
"type": "form_set_conditions",
"attributes": {
"form_set_id": "1c74c776-f903-43ff-866e-83c752f7dc76",
"form_field_id": "f0faddb0-756b-4063-b9ea-7c793fdaa784",
"comparison": "equal",
"values": [
"test update"
]
}
}
}