Skip to content

Commit 75c9a86

Browse files
kai687shortcuts
andauthored
fix(specs): numberOfPendingTasks is plural (#1211)
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 7e05579 commit 75c9a86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specs/search/common/schemas/listIndicesResponse.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ fetchedIndex:
3838
lastBuildTimeS:
3939
type: integer
4040
description: Last build time.
41-
numberOfPendingTask:
41+
numberOfPendingTasks:
4242
type: integer
43+
default: 0
4344
description: Number of pending indexing operations. This value is deprecated and should not be used.
4445
pendingTask:
4546
type: boolean
47+
default: false
4648
description: A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.
4749
primary:
4850
type: string
@@ -61,3 +63,4 @@ fetchedIndex:
6163
- fileSize
6264
- lastBuildTimeS
6365
- pendingTask
66+
- numberOfPendingTasks

0 commit comments

Comments
 (0)