From f594240b9c557aa5c1f3d6ad6c6a0e9e07f81a2a Mon Sep 17 00:00:00 2001 From: jamshale Date: Wed, 10 Apr 2024 15:40:01 +0000 Subject: [PATCH] Reduce swagger doc for anoncreds upgrade Signed-off-by: jamshale --- aries_cloudagent/wallet/routes.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/aries_cloudagent/wallet/routes.py b/aries_cloudagent/wallet/routes.py index c608f4a098..f24cb78696 100644 --- a/aries_cloudagent/wallet/routes.py +++ b/aries_cloudagent/wallet/routes.py @@ -1265,14 +1265,7 @@ class UpgradeResultSchema(OpenAPISchema): tags=["anoncreds - wallet upgrade"], summary=""" Upgrade the wallet from askar to anoncreds - Be very careful with this! You - cannot go back! Trigger by entering the wallet name as a parameter. When the - upgrade is in progress the api will return a 503. For a base wallet - (either a non-multitenant wallet or the admin wallet in multitenant mode) - the agent will shut down after the upgrade. It is up to you to restart it with a - wallet-type in the configuration file of askar-anoncreds. For a subwallet - in multitenant mode the agent will continue to run after the upgrade. - All agents that have upgraded will need to use the new anoncreds endpoints. - They will receive a 403 on the old enpoints. + cannot go back! See migration guide for more information. """, ) @querystring_schema(UpgradeVerificationSchema())