Skip to content

Commit

Permalink
Minor change to required fields for shuffle tools
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Aug 16, 2023
1 parent 1f2e41b commit 5b82343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shuffle-tools/1.2.0/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ actions:
type: string
- name: field
description: The field to check
required: false
required: true
multiline: false
example: "data"
schema:
Expand All @@ -192,7 +192,7 @@ actions:
type: string
- name: value
description: The value to check with
required: false
required: true
multiline: false
example: "1.2.3.4"
schema:
Expand Down

0 comments on commit 5b82343

Please sign in to comment.