Skip to content

Commit

Permalink
Generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliahsu authored and openapi-getsentry-bot committed Nov 20, 2024
1 parent a4b103c commit 4e4a8ef
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions openapi-derefed.json
Original file line number Diff line number Diff line change
Expand Up @@ -42013,14 +42013,23 @@
]
}
},
"/api/0/issues/{issue_id}/tags/{key}/values/": {
"/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/values/": {
"get": {
"tags": [
"Events"
],
"description": "Returns details for given tag key related to an issue. \n\nWhen [paginated](/api/pagination) can return at most 1000 values.",
"operationId": "List a Tag's Values Related to an Issue",
"parameters": [
{
"name": "organization_id_or_slug",
"in": "path",
"description": "The ID or slug of the organization the event belongs to.",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "issue_id",
"in": "path",
Expand Down Expand Up @@ -42085,14 +42094,23 @@
]
}
},
"/api/0/issues/{issue_id}/hashes/": {
"/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/hashes/": {
"get": {
"tags": [
"Events"
],
"description": "This endpoint lists an issue's hashes, which are the generated checksums used to aggregate individual events.",
"operationId": "List an Issue's Hashes",
"parameters": [
{
"name": "organization_id_or_slug",
"in": "path",
"description": "The ID or slug of the organization the event belongs to.",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "issue_id",
"in": "path",
Expand Down Expand Up @@ -43374,7 +43392,7 @@
]
}
},
"/api/0/issues/{issue_id}/": {
"/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/": {
"get": {
"tags": [
"Events"
Expand Down

0 comments on commit 4e4a8ef

Please sign in to comment.