Updates a question set
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.
Successful 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.
The type of identity that created the entity.
user, service_account 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.