Updated OTA Server (markdown)

CommanderRedYT
2021-12-02 10:08:05 +01:00
parent 75685e8313
commit 6bb14c14df

@ -10,7 +10,8 @@ example.com/otaDescriptor?all&username=foo
/ \
/ \
[ Show all commits ] [ Username (Required) ]
```
```
example.com/otaDescriptor?username=foo&count=8&branch=master
| | |
/ | \
@ -19,7 +20,8 @@ example.com/otaDescriptor?username=foo&count=8&branch=master
[ Username (Optional) ] | [ Branch (Optional) ]
|
[ Count (How many commits should be in response; Optional) ]
```
```
example.com/otaDescriptor
This should return last 10 commits of every user (as no user was specified)