This PR makes it possible to update endpoint info with mediator information after the initial endpoint publish.
The POST /wallet/public/did endpoint was capable of setting the endpoint with mediator info (routing keys, mediator endpoint). However, if your mediator changes after the initial publish, there wasn't a (convenient) way for the controller to refresh the endpoint with the new mediator info. This adds this functionality to the POST /wallet/set-did-endpoint to do just that.
This PR makes it possible to update endpoint info with mediator information after the initial endpoint publish.
The
POST /wallet/public/did
endpoint was capable of setting the endpoint with mediator info (routing keys, mediator endpoint). However, if your mediator changes after the initial publish, there wasn't a (convenient) way for the controller to refresh the endpoint with the new mediator info. This adds this functionality to thePOST /wallet/set-did-endpoint
to do just that.