Browse Source

fix: Change from ignored to archive status (#58617)

Fixes https://github.com/getsentry/sentry-docs/issues/8303
Seiji Chew 1 year ago
parent
commit
675876017d

+ 1 - 1
api-docs/paths/events/issue-details.json

@@ -212,7 +212,7 @@
             "properties": {
               "status": {
                 "type": "string",
-                "description": "The new status for the issues. Valid values are `\"resolved\"`, `\"resolvedInNextRelease\"`, `\"unresolved\"`, and `\"ignored\"`."
+                "description": "The new status for the issues. Valid values are `\"resolved\"`, `\"resolvedInNextRelease\"`, `\"unresolved\"`, and `\"archive\"`."
               },
               "assignedTo": {
                 "type": "string",

+ 1 - 1
api-docs/paths/events/project-issues.json

@@ -172,7 +172,7 @@
       {
         "name": "status",
         "in": "query",
-        "description": "Optionally limits the query to issues of the specified status. Valid values are `\"resolved\"`, `\"unresolved\"`, and `\"ignored\"`.",
+        "description": "Optionally limits the query to issues of the specified status. Valid values are `\"resolved\"`, `\"unresolved\"`, and `\"archive\"`.",
         "required": false,
         "schema": {
           "type": "string"