nexus_close_collection_bug_report
Close a collection bug report by supplying its ID and a closure reason. Returns the updated status, closure reason, and closed timestamp.
Instructions
Close a bug report on your collection via v2 GraphQL.
Returns: JSON {collectionBugReport: {id, status, closureReason, closedAt}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bug_report_id | Yes | Bug report ID. | |
| closure_reason | Yes | Closure reason. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |