PUT
/profiles/{profile_id}/pages/{page_id}/elements/{element_id}/dynamic_attributes/{dynamic_attribute}
curl \
--request PUT 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/pages/{page_id}/elements/{element_id}/dynamic_attributes/{dynamic_attribute}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"value":"24hr"}'
Request examples
{
"value": "24hr"
}
Response examples (200)
{
"dynamic_attribute": "12_24_hour_time"
}