From 5269502ed3633a149e1c136b773024bd77f142a9 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 3 Jun 2015 13:50:17 +0200 Subject: add tags to api file --- api/miniaa.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/miniaa.json b/api/miniaa.json index e33ff23..6c6f758 100644 --- a/api/miniaa.json +++ b/api/miniaa.json @@ -16,6 +16,9 @@ "consumes": [ "text/plain" ], + "tags": [ + "authentication" + ], "produces": [ "text/plain" ], @@ -52,6 +55,9 @@ "post": { "description": "Devalidates a token. Requires Subjectid.", "operationId": "login", + "tags": [ + "authentication" + ], "consumes": [ "text/plain" ], -- cgit v1.2.3