Skip to content

Commit

Permalink
fix(specs): numberOfPendingTasks is plural (#1211)
Browse files Browse the repository at this point in the history
Co-authored-by: Cl茅ment Vannicatte <vannicattec@gmail.com>
  • Loading branch information
kai687 and shortcuts committed Jan 4, 2023
1 parent 7e05579 commit 75c9a86
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit 75c9a86

Please sign in to comment.