Update a global response set

The Update Response Set endpoint allows a user to update a response set. If responses are specified in the payload then all the responses will be overwritten by the ones provided.

πŸ“˜

The order of responses in the response set after the update will be exactly the order they appeared in the request payload.
If an empty array of responses is given, any existing responses in the response set will be deleted

πŸ“˜

To update the individual responses, use the API for updating individual responses.

Path Params
string
required

The id of the global response set.

Body Params

The parameters for UpdateGlobalResponseSet

string

The name of the global response set.

responses
array of objects

The responses to add to the global response set.

responses
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json