Update questionnaire

Update an existing questionnaire.

Updates one or more fields of a questionnaire. This endpoint cannot be used to set a questionnaire's status to APPROVED or COMPLETED. To perform those specific transitions, please use the approveQuestionnaire and completeQuestionnaire endpoints, respectively.

Path Params
string
required
Body Params
string

Display name of the questionnaire

string | null

Due date for questionnaire completion (ISO 8601 string, null to clear)

string
enum

Status transition (limited to settable statuses)

Allowed:
ownerAssignment
object | null

Actor assignment for setting an owner or approver.

approverAssignment
object | null

Actor assignment for setting an owner or approver.

metadata
array of objects

Metadata key-value pairs

metadata
tagAndCategoryIds
array of objects

Tags to assign to the questionnaire. Each entry must include a categoryId and tagId. Replaces all existing tags.

tagAndCategoryIds
Response

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