Skip to content

Commit

Permalink
Generated
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithadurai authored and openapi-getsentry-bot committed Dec 3, 2024
1 parent 51f6d0d commit 4e36f4e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 16 deletions.
27 changes: 14 additions & 13 deletions api_ownership_stats_dont_modify.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@
"KeyTransactionEndpoint::GET",
"KeyTransactionEndpoint::POST",
"KeyTransactionListEndpoint::GET",
"OrganizationDashboardFavoriteEndpoint::PUT",
"OrganizationDashboardVisitEndpoint::POST",
"OrganizationDashboardWidgetDetailsEndpoint::POST",
"OrganizationEventDetailsEndpoint::GET",
Expand Down Expand Up @@ -464,7 +465,7 @@
"unknown": []
},
"enterprise": {
"block_start": 466,
"block_start": 467,
"public": [
"ExternalTeamDetailsEndpoint::DELETE",
"ExternalTeamDetailsEndpoint::PUT",
Expand Down Expand Up @@ -561,7 +562,7 @@
"unknown": []
},
"telemetry-experience": {
"block_start": 563,
"block_start": 564,
"public": [
"OrganizationSessionsEndpoint::GET"
],
Expand Down Expand Up @@ -596,7 +597,7 @@
"unknown": []
},
"ecosystem": {
"block_start": 598,
"block_start": 599,
"public": [
"NotificationActionsDetailsEndpoint::DELETE",
"NotificationActionsDetailsEndpoint::GET",
Expand Down Expand Up @@ -627,7 +628,7 @@
"unknown": []
},
"product-owners-settings-integrations": {
"block_start": 629,
"block_start": 630,
"public": [
"OrganizationConfigIntegrationsEndpoint::GET",
"OrganizationIntegrationDetailsEndpoint::DELETE",
Expand Down Expand Up @@ -717,7 +718,7 @@
]
},
"crons": {
"block_start": 719,
"block_start": 720,
"public": [
"OrganizationMonitorCheckInIndexEndpoint::GET",
"OrganizationMonitorDetailsEndpoint::DELETE",
Expand Down Expand Up @@ -756,7 +757,7 @@
"unknown": []
},
"feedback-backend": {
"block_start": 758,
"block_start": 759,
"public": [],
"private": [
"OrganizationUserReportsEndpoint::GET",
Expand All @@ -767,7 +768,7 @@
"unknown": []
},
"replay-backend": {
"block_start": 769,
"block_start": 770,
"public": [
"OrganizationReplayCountEndpoint::GET",
"OrganizationReplayDetailsEndpoint::GET",
Expand Down Expand Up @@ -796,7 +797,7 @@
"unknown": []
},
"profiling": {
"block_start": 798,
"block_start": 799,
"public": [],
"private": [
"OrganizationProfilingChunksEndpoint::GET",
Expand All @@ -812,7 +813,7 @@
"unknown": []
},
"hybrid-cloud": {
"block_start": 814,
"block_start": 815,
"public": [],
"private": [
"InternalRpcServiceEndpoint::POST",
Expand All @@ -827,7 +828,7 @@
"unknown": []
},
"open-source": {
"block_start": 829,
"block_start": 830,
"public": [],
"private": [
"InternalBeaconEndpoint::POST",
Expand Down Expand Up @@ -864,7 +865,7 @@
"unknown": []
},
"team-web-sdk-frontend": {
"block_start": 866,
"block_start": 867,
"public": [],
"private": [
"SourceMapDebugBlueThunderEditionEndpoint::GET"
Expand All @@ -876,7 +877,7 @@
"unknown": []
},
"security": {
"block_start": 878,
"block_start": 879,
"public": [],
"private": [
"ApiTokenDetailsEndpoint::DELETE",
Expand All @@ -893,7 +894,7 @@
"unknown": []
},
"revenue": {
"block_start": 895,
"block_start": 896,
"public": [],
"private": [
"CheckAM2CompatibilityEndpoint::GET"
Expand Down
25 changes: 22 additions & 3 deletions openapi-derefed.json
Original file line number Diff line number Diff line change
Expand Up @@ -5660,13 +5660,17 @@
"teamsWithEditAccess"
],
"nullable": true
},
"isFavorited": {
"type": "boolean"
}
},
"required": [
"createdBy",
"dateCreated",
"filters",
"id",
"isFavorited",
"permissions",
"projects",
"title",
Expand Down Expand Up @@ -5770,7 +5774,8 @@
"permissions": {
"isEditableByEveryone": true,
"teamsWithEditAccess": []
}
},
"isFavorited": false
},
"summary": "Create Dashboard"
}
Expand Down Expand Up @@ -6252,13 +6257,17 @@
"teamsWithEditAccess"
],
"nullable": true
},
"isFavorited": {
"type": "boolean"
}
},
"required": [
"createdBy",
"dateCreated",
"filters",
"id",
"isFavorited",
"permissions",
"projects",
"title",
Expand Down Expand Up @@ -6362,7 +6371,8 @@
"permissions": {
"isEditableByEveryone": true,
"teamsWithEditAccess": []
}
},
"isFavorited": false
},
"summary": "Dashboard GET response"
}
Expand Down Expand Up @@ -7063,13 +7073,17 @@
"teamsWithEditAccess"
],
"nullable": true
},
"isFavorited": {
"type": "boolean"
}
},
"required": [
"createdBy",
"dateCreated",
"filters",
"id",
"isFavorited",
"permissions",
"projects",
"title",
Expand Down Expand Up @@ -7173,7 +7187,8 @@
"permissions": {
"isEditableByEveryone": true,
"teamsWithEditAccess": []
}
},
"isFavorited": false
},
"summary": "Dashboard PUT response"
}
Expand Down Expand Up @@ -49873,13 +49888,17 @@
"teamsWithEditAccess"
],
"nullable": true
},
"isFavorited": {
"type": "boolean"
}
},
"required": [
"createdBy",
"dateCreated",
"filters",
"id",
"isFavorited",
"permissions",
"projects",
"title",
Expand Down

0 comments on commit 4e36f4e

Please sign in to comment.