cURL
curl --request PUT \ --url http://localhost:8081/protocols/{id}/questions/{questionId} \ --header 'Content-Type: application/json' \ --data ' { "questionText": "<string>", "responseType": "TEXT", "metadata": {}, "required": true, "weight": 123, "position": 123 } '
TEXT
NUMBER
DATE
DATETIME
BOOLEAN
SELECT
MULTIPLE_SELECT
Updated question