From 3f39ef71dc18df8abde481cf8262008638814fb9 Mon Sep 17 00:00:00 2001 From: aleksandra-bel Date: Wed, 24 Apr 2024 12:49:13 +0200 Subject: [PATCH] fix: fix openapi_v001.json --- docs/openapi_v001.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/openapi_v001.json b/docs/openapi_v001.json index 7ca85ee0a..0f7594660 100644 --- a/docs/openapi_v001.json +++ b/docs/openapi_v001.json @@ -15,6 +15,10 @@ }, "version": "0.0.1" }, + "security": [ + {"Authenticate using access_token": []}, + {"sts_token": []} + ], "servers": [], "paths": { "/api/wallets": {