PUT
/profiles/{profile_id}/optionlists/{optionlist_id}
curl \
--request PUT 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/optionlists/{optionlist_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"System Grade","option_icons":"dropbox://iForm","reference_id":"string"}'
Request examples
{
"name": "System Grade",
"option_icons": "dropbox://iForm",
"reference_id": "string"
}
Response examples (200)
{
"id": 393655
}