Skip to content

Commit

Permalink
chore(issues): Update group details endpoint comment (#82018)
Browse files Browse the repository at this point in the history
Add statusDetails to group details endpoint comment
  • Loading branch information
jangjodi authored Dec 12, 2024
1 parent 0a40b01 commit 2f7ee8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sentry/issues/endpoints/group_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@ def put(self, request: Request, group) -> Response:
:param string status: the new status for the issue. Valid values
are ``"resolved"``, ``resolvedInNextRelease``,
``"unresolved"``, and ``"ignored"``.
:param map statusDetails: additional details about the resolution.
Valid values are ``"inRelease"``, ``"inNextRelease"``,
``"inCommit"``, ``"ignoreDuration"``, ``"ignoreCount"``,
``"ignoreWindow"``, ``"ignoreUserCount"``, and
``"ignoreUserWindow"``.
:param string assignedTo: the user or team that should be assigned to
this issue. Can be of the form ``"<user_id>"``,
``"user:<user_id>"``, ``"<username>"``,
Expand Down

0 comments on commit 2f7ee8a

Please sign in to comment.