Skip to content

Commit 6f730e4

Browse files
authored
Make ID parameter optional in swagger.yaml
Changed ID parameter from required to optional in multiple places.
1 parent c91d575 commit 6f730e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

swagger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ paths:
19591959
- description: ID (from the Action configuration in the UI)
19601960
in: query
19611961
name: ID
1962-
required: true
1962+
required: false
19631963
type: string
19641964
- description: Name (name of the action in the UI) - create multiple actions with the same name across devices to run groups of actions.
19651965
in: query
@@ -1981,7 +1981,7 @@ paths:
19811981
- description: ID (from the Action configuration in the UI)
19821982
in: query
19831983
name: ID
1984-
required: true
1984+
required: false
19851985
type: string
19861986
- description: Name (name of the action in the UI) - create multiple actions with the same name across devices to run groups of actions.
19871987
in: query
@@ -2003,7 +2003,7 @@ paths:
20032003
- description: ID (from the Action configuration in the UI)
20042004
in: query
20052005
name: ID
2006-
required: true
2006+
required: false
20072007
type: string
20082008
- description: Name (name of the action in the UI) - create multiple actions with the same name across devices to run groups of actions.
20092009
in: query

0 commit comments

Comments
 (0)