cURL
curl --request PUT \ --url http://localhost:8081/protocols/{id}/options/{optionId} \ --header 'Content-Type: application/json' \ --data ' { "optionText": "<string>", "score": 123, "position": 123 } '
Updated option