Query parameters
-
extra information of each option localization on the list
-
maximum count of the option localization list
-
skip that many option localization before beginning to return
PUT
/profiles/{profile_id}/optionlists/{optionlist_id}/options/{option_id}/localizations
curl \
--request PUT 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/optionlists/{optionlist_id}/options/{option_id}/localizations' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"label":"fallar","language_code":"es"}'
Request examples
{
"label": "fallar",
"language_code": "es"
}
Response examples (200)
[
{
"language_code": "zh-hans"
},
{
"language_code": "zh-hant"
}
]