put https://{serverURL}/api/library/option-type-lists/
Use this command to update an existing option list.
Responses
Use this command to update an existing option list.
xxxxxxxxxx
15curl --request PUT \
--url https://changeme/api/library/option-type-lists/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"optionTypeList": {
"type": "rest",
"visibility": "private",
"sourceMethod": "GET",
"ignoreSSLErrors": false,
"realTime": false
}
}
'
Try It!
to start a request and see the response here! Or choose an example: