Update Digital Wallet
PUT {{apiPath}}/environments/{{envID}}/users/{{userID}}/digitalWallets/{{digitalWalletID}}
The PUT {{apiPath}}/environments/{{envID}}/users/{{userID}}/digitalWallets/{{digitalWalletID}}
operation updates a digital wallet for a specified user in the specified environment.
A request body is required to update a digital wallet app.
Prerequisites
Create a user to get a
userID
for the endpoint. See also Users, especially User operations.Create Digital Wallet to get a
digitalWalletID
for the endpoint. See also PingOne Credentials, especially Credential Digital Wallets.
See Credential digital wallet data model for full property descriptions.
Property | Type | Required? |
---|---|---|
applicationInstance.id | String | Optional |
status | String | Optional |
Note: You can only add an applicationInstance.id
if not assigned (it is immutable), or change the status
to ACTIVE
or DISABLED
. To assign a status
of ACTIVE
, an applicationInstance.id
must be assigned, either in this body, from the Create Digital Wallet, or from a previous Update Digital Wallet. Statuses PAIRING_REQUIRED
and EXPIRED
are reserved for the service.
Request Body
{"status"=>"DISABLED"}
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/49825b76-e1df-4cdc-b973-0c580f1cb049/digitalWallets/17b5b514-623f-4700-8a20-c8df1a1eaadb"}},"id":"17b5b514-623f-4700-8a20-c8df1a1eaadb","createdAt":"2023-02-10T16:55:46.541Z","updatedAt":"2023-02-13T18:03:07.701Z","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"id":"49825b76-e1df-4cdc-b973-0c580f1cb049"},"digitalWalletApplication":{"id":"6815c8a6-bc0b-4105-8f37-50f6c35583d7"},"status":"DISABLED"}