Update Question Set
Description
Updates a question set
Details
This API can be used to update the question set that matches the ID that was passed in as a path parameter. To use this API, pass in the id
that was returned from your Create Question Set API call as a path parameter.
Review the request schema to see the fields that can be updated.
Authorizations
Path Parameters
Body
Response
The unique identifier of the entity.
The date and time when the entity was created in ISO format.
The ID of the account that owns the given entity.
The user who originally created the entity.
Specifies additional configurations to use for specific questions in the context of the question set. For example, {<question_a_id>: {required: true}, <question_b_id>: {required: true}}
sets two questions as required.
Instructions to answer questions
The date and time when the entity was archived in ISO format.