Actions
Close Problem
Closes the specified problem and adds a closing comment on it.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Message | The text of the closing comment. |
| Problem ID | The ID of the required problem. |
{
"closeTimestamp": 0,
"closing": false,
"comment": {
"authorName": "The user who wrote the comment.",
"content": "The text of the comment.",
"context": "The context of the comment.",
"createdAtTimestamp": 0,
"id": "The ID of the comment."
},
"problemId": "The ID of the problem."
}
Was this page helpful?