fixed typo
This commit is contained in:
parent
c1d2c5b133
commit
c1151602b4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ control your MODEP pedalboard(s) via http requests
|
|||
| url | GET | POST |
|
||||
| - | - | - |
|
||||
| /pedals | get the current pedalboard's pedals | |
|
||||
| /pedals/`id` | get the current pedalboard's pedal by `id` | set values of current pedalboard's pedal by %id |
|
||||
| /pedals/`id` | get the current pedalboard's pedal by `id` | set values of current pedalboard's pedal by `id` |
|
||||
|
||||
**note:**
|
||||
to set a value for a pedal POST arguments **must** contain the parameters `id` and `value` where `id` is the id of one of the pedal's controls.
|
||||
|
|
Loading…
Reference in a new issue