Skip to content

Commit caa7d4c

Browse files
committed
fix(specs): numberOfPendingTasks
1 parent ac8334a commit caa7d4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specs/search/common/schemas/listIndicesResponse.yml

Lines changed: 3 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

0 commit comments

Comments
 (0)