Skip to content

Commit 057b86b

Browse files
committed
Add rotate public did keypair endpoint
1 parent a0eae9f commit 057b86b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aries_cloudcontroller/controllers/ledger.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ async def get_taa(self):
3737
async def accept_taa(self, data):
3838
return await self.admin_POST(f"{self.base_url}/taa/accept", json_data=data)
3939

40-
# TODO PATCH rotate key pair
40+
async def rotate_pub_key_pair(self):
41+
return await self.admin_PATCH(f"{self.base_url}/rotate-public-did-keypair")

0 commit comments

Comments
 (0)