# Update a List of Options **PUT /profiles/{profile_id}/optionlists/{optionlist_id}/options** ## Servers - https://servername.iformbuilder.com/exzact/api/v60: https://servername.iformbuilder.com/exzact/api/v60 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile - **optionlist_id** (number) id of the option list ### Query parameters - **fields** (string) extra information of each profile on the list - **limit** (number) maximum count of the profile list - **offset** (number) skip that many profiles before beginning to return ### Body: application/json (object) - **condition_value** (string) - **id** (number) - **key_value** (string) - **label** (string) - **score** (number) - **sort_order** (number) ## Responses ### 200 OK #### Body: application/json (object) - **id** (number) the updated option id [Powered by Bump.sh](https://bump.sh)