PUT
/profiles/{profile_id}/pages/{page_id}/update_charset
curl \
--request PUT 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/pages/{page_id}/update_charset' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '"{}"'
Request example
{}
Response examples (200)
{
"id": 42.0
}