Browse Source

chore(docs): Add statusDetails info to endpoint doc (#82017)

Add more details about statusDetails to Update an Issue endpoint doc

Co-authored-by: Snigdha Sharma <snigdha.sharma@sentry.io>
Jodi Jang 3 months ago
parent
commit
0a40b012e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-docs/paths/events/issue-details.json

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

@@ -216,7 +216,7 @@
               },
               "statusDetails": {
                 "type": "object",
-                "description": "Additional details about the status of the issue.",
+                "description": "Additional details about the resolution. Supported values are `\"inRelease\"`, `\"inNextRelease\"`, `\"inCommit\"`, `\"ignoreDuration\"`, `\"ignoreCount\"`, `\"ignoreWindow\"`, `\"ignoreUserCount\"`, and `\"ignoreUserWindow\"`.",
                 "properties": {
                   "inNextRelease": {
                     "type": "boolean",