Path parameters
-
id of the profile
-
id of the optionlist
-
id of the option
-
language code of the localization
PUT
/profiles/{profile_id}/optionlists/{optionlist_id}/options/{option_id}/localizations/{language_code}
curl \
--request PUT 'https://servername.iformbuilder.com/exzact/api/v60/profiles/self/optionlists/{optionlist_id}/options/{option_id}/localizations/{language_code}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"label":"fallar"}'
Request examples
{
"label": "fallar"
}
Response examples (200)
{
"language_code": "es"
}