Skip to content

Commit 6e8097b

Browse files
authored
Update swagger.yaml
1 parent 6f730e4 commit 6e8097b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

swagger.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,10 +1951,10 @@ paths:
19511951
description: Unblock external access to the system.
19521952
tags:
19531953
- Commands
1954-
/command/actionOn:
1954+
/command/actionon:
19551955
get:
19561956
summary: Switches an action on
1957-
operationId: /command/actionOn
1957+
operationId: /command/actionon
19581958
parameters:
19591959
- description: ID (from the Action configuration in the UI)
19601960
in: query
@@ -1973,10 +1973,10 @@ paths:
19731973
description: Switches an action on
19741974
tags:
19751975
- Commands
1976-
/command/actionOff:
1976+
/command/actionoff:
19771977
get:
19781978
summary: Switches an action off
1979-
operationId: /command/actionOff
1979+
operationId: /command/actionoff
19801980
parameters:
19811981
- description: ID (from the Action configuration in the UI)
19821982
in: query
@@ -1995,10 +1995,10 @@ paths:
19951995
description: Switches an action off
19961996
tags:
19971997
- Commands
1998-
/command/actionRun:
1998+
/command/actionrun:
19991999
get:
20002000
summary: Executes an action (bypasses filtering)
2001-
operationId: /command/actionRun
2001+
operationId: /command/actionrun
20022002
parameters:
20032003
- description: ID (from the Action configuration in the UI)
20042004
in: query

0 commit comments

Comments
 (0)