UPDATE - Update digital wallet webhook url
PUT {{baseUrl}}/config/digital-wallet/startup-commands/webhook-url
This endpoint is used to update the webhook url of digital wallet for the organisation.
Request Body
{"webhookUrl"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"agentServiceEndpoint":"\u003cstring\u003e","adminEndpoint":"\u003cstring\u003e","version":"\u003cstring\u003e","status":"\u003cinteger\u003e","ledgerName":"\u003cstring\u003e","infrastructureProvider":"\u003cstring\u003e","ledgerID":"\u003cstring\u003e","ledgerURL":"\u003cstring\u003e","statusStr":"\u003cstring\u003e","autoRespondCredentialProposal":"\u003cboolean\u003e","webhookURL":"\u003cstring\u003e","deploymentRegion":"\u003cstring\u003e","kubernetesClusterName":"\u003cstring\u003e","kubernetesClusterIP":"\u003cstring\u003e","tls":{"status":"\u003cstring\u003e","error":"\u003cstring\u003e"}}