diff --git a/OTA-Server.md b/OTA-Server.md index 1da4de8..0385470 100644 --- a/OTA-Server.md +++ b/OTA-Server.md @@ -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)