PUT
/profiles/{profile_id}/pages/{page_id}/dynamic_attributes/{dynamic_attribute}
curl \
--request PUT 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/pages/{page_id}/dynamic_attributes/{dynamic_attribute}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"value":"my_element2"}'
Request examples
{
"value": "my_element2"
}
Response examples (200)
{
"dynamic_attribute": "map_priority"
}