Restore responses previously cleaned
Responses / Cleaning System
Restore responses previously cleaned
Description
Restores the responses previously cleaned by the cleaning system.
Body
{
"data": {
"projectId": string
}
}
where:
projectId: The id of the project. Required.
Response
204 No Content
Empty Response
400 Bad Request
ProjectId is missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request or there are no responses to restore.
POST
Restore responses previously cleaned
Description
Restores the responses previously cleaned by the cleaning system.Body
projectId: The id of the project. Required.
Response
204 No Content
Empty Response
400 Bad Request
ProjectId is missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request or there are no responses to restore.