From 6bb14c14df1b9136f57bc355061d3b3b4938dd7f Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 2 Dec 2021 10:08:05 +0100 Subject: [PATCH] Updated OTA Server (markdown) --- OTA-Server.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)