Skip to content

Commit 8fc3319

Browse files
authored
fix(specs): make enabled nullable (#1212)
1 parent 12841e1 commit 8fc3319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specs/search/paths/rules/searchRules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ post:
3030
$ref: '../../../common/parameters.yml#/hitsPerPage'
3131
enabled:
3232
type: boolean
33+
nullable: true
3334
default: null
3435
description: When specified, restricts matches to rules with a specific enabled status. When absent (default), all rules are retrieved, regardless of their enabled status.
3536
requestOptions:

0 commit comments

Comments
 (0)