We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0eae9f commit 057b86bCopy full SHA for 057b86b
aries_cloudcontroller/controllers/ledger.py
@@ -37,4 +37,5 @@ async def get_taa(self):
37
async def accept_taa(self, data):
38
return await self.admin_POST(f"{self.base_url}/taa/accept", json_data=data)
39
40
- # TODO PATCH rotate key pair
+ async def rotate_pub_key_pair(self):
41
+ return await self.admin_PATCH(f"{self.base_url}/rotate-public-did-keypair")
0 commit comments