Update API schema to include weekday for macro execute
This commit is contained in:
parent
525eb21649
commit
8215461e0d
1 changed files with 4 additions and 0 deletions
|
@ -677,6 +677,10 @@ paths:
|
||||||
name: macro_id
|
name: macro_id
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
|
- schema:
|
||||||
|
type: integer
|
||||||
|
name: weekday
|
||||||
|
in: query
|
||||||
put:
|
put:
|
||||||
summary: execute a macro
|
summary: execute a macro
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue