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