Reset Suppressed Messages

View as MarkdownOpen in Claude

Resets all messages disabled by the Suppress Messages endpoint.

POST /iserver/questions/suppress/reset

Request Object

No params or body content should be sent.

1request_url = f"{baseUrl}/iserver/questions/suppress/reset"
2json_content = {}
3requests.post(url=request_url, json=json_content)

Response Object

status: String.
Verifies that the request has been sent.

{
"status": "submitted"
}