update bulk wallet shares

put/api/v2/walletshares/update

allowing both accept/reject for bulk approving / rejecting wallet shares from UI

Request Body

shares array[object] required
walletShareId string required
Min length: >= 1 characters
status string required
Allowed values: accept reject
encryptedPrv string
Min length: >= 1 characters
payload string
Min length: >= 1 characters
signature string
Min length: >= 1 characters
keyId string
Min length: >= 1 characters

200 Response

acceptedWalletShares array[string] required
rejectedWalletShares array[string] required
walletShareUpdateErrors array[object] required
walletShareId string required
Min length: >= 1 characters
reason string required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id