Skip to main content
PATCH
/
v2
/
responses
/
{messageId}
/
switch
Switch Response Version
curl --request PATCH \
  --url http://localhost:3000/api/v2/responses/{messageId}/switch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "responseId": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

messageId
string
required

Body

application/json
responseId
string
required

Response

Response version switched successfully

I