Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecation note for workspaceSubmissionStats (WOR-1568). #1317

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/main/resources/swagger/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Loading