From 6736fab27d58855a257e74f1e9fc07bc67d5d3b7 Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Mon, 30 Sep 2019 18:20:05 +0200 Subject: [PATCH] Update response --- colnod.apib | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/colnod.apib b/colnod.apib index a5e59a8..3ffe29f 100644 --- a/colnod.apib +++ b/colnod.apib @@ -5,10 +5,9 @@ Every request and response can have a schema. Below you will find examples using [JSON Schema](http://json-schema.org/) to describe the format of request and response body content. +# Login manager [/AaaManager/authSession] -# Notes [/AaaManager/authSession] - -## Get a note [POST] +## Get login token [POST] Gets a single note by its unique identifier. + Request (application/json) @@ -40,7 +39,6 @@ Gets a single note by its unique identifier. { "id": "String", - "token": "String ", } + Schema @@ -50,9 +48,6 @@ Gets a single note by its unique identifier. "properties": { "id": { "type": "string" - }, - "token": { - "type": "string" - }, + } } } \ No newline at end of file