POST ./questionnaires/results/{id}/publish
It is used to publish a result of a questionnaire.
The id
should be the resultID.
Path parameters
Name | Value Type | Validation | Details |
---|---|---|---|
id | int | Required | The Questionnaire result id |
Validation
Error Field | Error Code | Error Message |
---|---|---|
112 | The questionnaire should have the option publish manualy. |
Output example
{"success": true}