Skip to content

Commit

Permalink
fix(specs): make enabled nullable (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 authored Jan 4, 2023
1 parent 12841e1 commit 8fc3319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/search/paths/rules/searchRules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ post:
$ref: '../../../common/parameters.yml#/hitsPerPage'
enabled:
type: boolean
nullable: true
default: null
description: When specified, restricts matches to rules with a specific enabled status. When absent (default), all rules are retrieved, regardless of their enabled status.
requestOptions:
Expand Down

0 comments on commit 8fc3319

Please sign in to comment.