cURL
curl --request PUT \ --url https://api.getversive.com/api/v1/question-logic/{logic_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "operation": "not_equals", "comparison_value": "no" } '
{ "detail": [ { "loc": [ "body", "title" ], "msg": "field required", "type": "value_error.missing" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response