Skip to content

Commit

Permalink
Reduce swagger doc for anoncreds upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Apr 10, 2024
1 parent 4bfec92 commit f594240
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions aries_cloudagent/wallet/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit f594240

Please sign in to comment.