From 4d3c1a6ecb6d9c82fb24062ce609821af0a5bd25 Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 21 Mar 2024 10:28:36 -0400 Subject: [PATCH] Add deprecation note for workspaceSubmissionStats (WOR-1568). --- src/main/resources/swagger/api-docs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/swagger/api-docs.yaml b/src/main/resources/swagger/api-docs.yaml index 13e8aeb7a..bd566dc85 100755 --- a/src/main/resources/swagger/api-docs.yaml +++ b/src/main/resources/swagger/api-docs.yaml @@ -8980,7 +8980,8 @@ components: workspace: $ref: '#/components/schemas/WorkspaceDetails' workspaceSubmissionStats: - $ref: '#/components/schemas/WorkspaceSubmissionStats' + description: GCP workspace submission statistics, deprecated as part of the list response due to slow performance. This field will continue to be supported on individual workspace details. + deprecated: true description: "" WorkspaceRequest: required: @@ -9085,7 +9086,7 @@ components: runningSubmissionsCount: type: integer description: Count of all the running submissions - description: Statistics about submissions in a workspace + description: Statistics about submissions in a workspace (only supported for GCP workspaces) WorkspaceTag: required: - count