Skip to content

Commit

Permalink
Generated
Browse files Browse the repository at this point in the history
  • Loading branch information
oioki authored and openapi-getsentry-bot committed Jan 15, 2025
1 parent 8e35b00 commit 0043e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api_ownership_stats_dont_modify.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
"ProjectStacktraceLinkEndpoint::GET",
"SentryAppsEndpoint::GET",
"SentryAppsEndpoint::POST",
"ShortIdLookupEndpoint::GET",
"TeamAllUnresolvedIssuesEndpoint::GET",
"TeamGroupsOldEndpoint::GET",
"TeamIssueBreakdownEndpoint::GET",
Expand Down Expand Up @@ -334,7 +335,6 @@
"RuleSnoozeEndpoint::DELETE",
"RuleSnoozeEndpoint::POST",
"SharedGroupDetailsEndpoint::GET",
"ShortIdLookupEndpoint::GET",
"TeamAlertsTriggeredIndexEndpoint::GET",
"TeamAlertsTriggeredTotalsEndpoint::GET"
]
Expand Down
8 changes: 4 additions & 4 deletions openapi-derefed.json
Original file line number Diff line number Diff line change
Expand Up @@ -37974,12 +37974,12 @@
]
}
},
"/api/0/organizations/{organization_id_or_slug}/shortids/{short_id}/": {
"/api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/": {
"get": {
"tags": [
"Organizations"
],
"description": "This resolves a short ID to the project slug and internal issue ID.",
"description": "This resolves a short ID or internal issue ID to the project slug and group details.",
"operationId": "Resolve a Short ID",
"parameters": [
{
Expand All @@ -37992,9 +37992,9 @@
}
},
{
"name": "short_id",
"name": "issue_id",
"in": "path",
"description": "The short ID to look up.",
"description": "The short ID or issue ID to look up.",
"required": true,
"schema": {
"type": "string"
Expand Down

0 comments on commit 0043e73

Please sign in to comment.