From 9869ea069162f274f04eb6315e425752d8f9a636 Mon Sep 17 00:00:00 2001 From: rmartin16 Date: Mon, 6 May 2019 10:14:05 -0400 Subject: [PATCH] add HTTP code to torrents/categories --- Web-API-Documentation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Web-API-Documentation.md b/Web-API-Documentation.md index c91583c..106081e 100644 --- a/Web-API-Documentation.md +++ b/Web-API-Documentation.md @@ -2082,6 +2082,11 @@ Returns all categories in JSON format, e.g.: } } ``` +**Returns:** + +HTTP Status Code | Scenario +----------------------------------|--------------------- +200 | All scenarios ## Add new category ##