Skip to content

Commit

Permalink
chore(docs): Add statusDetails info to endpoint doc (#82017)
Browse files Browse the repository at this point in the history
Add more details about statusDetails to Update an Issue endpoint doc

Co-authored-by: Snigdha Sharma <[email protected]>
  • Loading branch information
jangjodi and snigdhas authored Dec 12, 2024
1 parent 95beb57 commit 0a40b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-docs/paths/events/issue-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0a40b01

Please sign in to comment.