fixed typo

This commit is contained in:
Daniel Sommer 2022-02-08 14:51:58 +01:00
parent c1d2c5b133
commit c1151602b4

View file

@ -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.