Skip to content

fix(specs): numberOfPendingTasks is plural #1211

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

Merged
merged 5 commits into from
Jan 4, 2023
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: 4 additions & 1 deletion specs/search/common/schemas/listIndicesResponse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ fetchedIndex:
lastBuildTimeS:
type: integer
description: Last build time.
numberOfPendingTask:
numberOfPendingTasks:
type: integer
default: 0
description: Number of pending indexing operations. This value is deprecated and should not be used.
pendingTask:
type: boolean
default: false
description: A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.
primary:
type: string
Expand All @@ -61,3 +63,4 @@ fetchedIndex:
- fileSize
- lastBuildTimeS
- pendingTask
- numberOfPendingTasks