From b71b72d5f20137cf526a171caefe846f7bfa69fa Mon Sep 17 00:00:00 2001 From: merdiano Date: Thu, 14 Jul 2022 17:26:35 +0500 Subject: [PATCH] account controller not finished --- storage/api-docs/api-docs.json | 42 ++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/storage/api-docs/api-docs.json b/storage/api-docs/api-docs.json index 230295ce..e2426e98 100644 --- a/storage/api-docs/api-docs.json +++ b/storage/api-docs/api-docs.json @@ -5,6 +5,48 @@ "version": "1.0.0" }, "paths": { + "/api/account": { + "get": { + "tags": [ + "Account" + ], + "summary": " - Get client account", + "operationId": "c06e230ba97d6235e98afbfec6d4a8a9", + "responses": { + "200": { + "description": "OK" + }, + "401": { + "description": "Unauthorized" + } + }, + "security": [ + { + "bearerAuth": [] + } + ] + }, + "post": { + "tags": [ + "Authorization" + ], + "summary": " - Update account", + "operationId": "2de5743bd87f04fc0cd5f63d0a630959", + "responses": { + "200": { + "description": "OK" + }, + "401": { + "description": "Unauthorized" + } + }, + "security": [ + { + "bearerAuth": [] + } + ] + } + }, "/api/login": { "post": { "tags": [