Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 669 Bytes

File metadata and controls

20 lines (13 loc) · 669 Bytes
description
Update a did:cheqd DID from ACA-Py Agent

Update a DID

Follow these instructions to update a did:cheqd DID from ACA-Py Agent.

⚠️ Important...

Your wallet must have the key(s) which were generated when the DID was created, without them signing will fail.

Update DID

To update an existing DID, you must pass the did id and the complete didDocumentin the request body. The main field that is updated using this method os the service object of the DID.

{% swagger src="../../../.gitbook/assets/swagger.json" path="/did/cheqd/update" method="post" %} swagger.json {% endswagger %}