From 4e36f4eacebb5c26f822b885fdee142b4c89b22e Mon Sep 17 00:00:00 2001 From: harshithadurai Date: Tue, 3 Dec 2024 20:19:02 +0000 Subject: [PATCH] Generated --- api_ownership_stats_dont_modify.json | 27 ++++++++++++++------------- openapi-derefed.json | 25 ++++++++++++++++++++++--- 2 files changed, 36 insertions(+), 16 deletions(-) diff --git a/api_ownership_stats_dont_modify.json b/api_ownership_stats_dont_modify.json index 5535a80..830956d 100644 --- a/api_ownership_stats_dont_modify.json +++ b/api_ownership_stats_dont_modify.json @@ -409,6 +409,7 @@ "KeyTransactionEndpoint::GET", "KeyTransactionEndpoint::POST", "KeyTransactionListEndpoint::GET", + "OrganizationDashboardFavoriteEndpoint::PUT", "OrganizationDashboardVisitEndpoint::POST", "OrganizationDashboardWidgetDetailsEndpoint::POST", "OrganizationEventDetailsEndpoint::GET", @@ -464,7 +465,7 @@ "unknown": [] }, "enterprise": { - "block_start": 466, + "block_start": 467, "public": [ "ExternalTeamDetailsEndpoint::DELETE", "ExternalTeamDetailsEndpoint::PUT", @@ -561,7 +562,7 @@ "unknown": [] }, "telemetry-experience": { - "block_start": 563, + "block_start": 564, "public": [ "OrganizationSessionsEndpoint::GET" ], @@ -596,7 +597,7 @@ "unknown": [] }, "ecosystem": { - "block_start": 598, + "block_start": 599, "public": [ "NotificationActionsDetailsEndpoint::DELETE", "NotificationActionsDetailsEndpoint::GET", @@ -627,7 +628,7 @@ "unknown": [] }, "product-owners-settings-integrations": { - "block_start": 629, + "block_start": 630, "public": [ "OrganizationConfigIntegrationsEndpoint::GET", "OrganizationIntegrationDetailsEndpoint::DELETE", @@ -717,7 +718,7 @@ ] }, "crons": { - "block_start": 719, + "block_start": 720, "public": [ "OrganizationMonitorCheckInIndexEndpoint::GET", "OrganizationMonitorDetailsEndpoint::DELETE", @@ -756,7 +757,7 @@ "unknown": [] }, "feedback-backend": { - "block_start": 758, + "block_start": 759, "public": [], "private": [ "OrganizationUserReportsEndpoint::GET", @@ -767,7 +768,7 @@ "unknown": [] }, "replay-backend": { - "block_start": 769, + "block_start": 770, "public": [ "OrganizationReplayCountEndpoint::GET", "OrganizationReplayDetailsEndpoint::GET", @@ -796,7 +797,7 @@ "unknown": [] }, "profiling": { - "block_start": 798, + "block_start": 799, "public": [], "private": [ "OrganizationProfilingChunksEndpoint::GET", @@ -812,7 +813,7 @@ "unknown": [] }, "hybrid-cloud": { - "block_start": 814, + "block_start": 815, "public": [], "private": [ "InternalRpcServiceEndpoint::POST", @@ -827,7 +828,7 @@ "unknown": [] }, "open-source": { - "block_start": 829, + "block_start": 830, "public": [], "private": [ "InternalBeaconEndpoint::POST", @@ -864,7 +865,7 @@ "unknown": [] }, "team-web-sdk-frontend": { - "block_start": 866, + "block_start": 867, "public": [], "private": [ "SourceMapDebugBlueThunderEditionEndpoint::GET" @@ -876,7 +877,7 @@ "unknown": [] }, "security": { - "block_start": 878, + "block_start": 879, "public": [], "private": [ "ApiTokenDetailsEndpoint::DELETE", @@ -893,7 +894,7 @@ "unknown": [] }, "revenue": { - "block_start": 895, + "block_start": 896, "public": [], "private": [ "CheckAM2CompatibilityEndpoint::GET" diff --git a/openapi-derefed.json b/openapi-derefed.json index c139997..0e00801 100644 --- a/openapi-derefed.json +++ b/openapi-derefed.json @@ -5660,6 +5660,9 @@ "teamsWithEditAccess" ], "nullable": true + }, + "isFavorited": { + "type": "boolean" } }, "required": [ @@ -5667,6 +5670,7 @@ "dateCreated", "filters", "id", + "isFavorited", "permissions", "projects", "title", @@ -5770,7 +5774,8 @@ "permissions": { "isEditableByEveryone": true, "teamsWithEditAccess": [] - } + }, + "isFavorited": false }, "summary": "Create Dashboard" } @@ -6252,6 +6257,9 @@ "teamsWithEditAccess" ], "nullable": true + }, + "isFavorited": { + "type": "boolean" } }, "required": [ @@ -6259,6 +6267,7 @@ "dateCreated", "filters", "id", + "isFavorited", "permissions", "projects", "title", @@ -6362,7 +6371,8 @@ "permissions": { "isEditableByEveryone": true, "teamsWithEditAccess": [] - } + }, + "isFavorited": false }, "summary": "Dashboard GET response" } @@ -7063,6 +7073,9 @@ "teamsWithEditAccess" ], "nullable": true + }, + "isFavorited": { + "type": "boolean" } }, "required": [ @@ -7070,6 +7083,7 @@ "dateCreated", "filters", "id", + "isFavorited", "permissions", "projects", "title", @@ -7173,7 +7187,8 @@ "permissions": { "isEditableByEveryone": true, "teamsWithEditAccess": [] - } + }, + "isFavorited": false }, "summary": "Dashboard PUT response" } @@ -49873,6 +49888,9 @@ "teamsWithEditAccess" ], "nullable": true + }, + "isFavorited": { + "type": "boolean" } }, "required": [ @@ -49880,6 +49898,7 @@ "dateCreated", "filters", "id", + "isFavorited", "permissions", "projects", "title",