Skip to main content
GET
/
platform
/
admin
/
proposals
/
{proposalId}
/
approve
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "proposalId": 123,
    "blockchainId": 123,
    "network": "<string>",
    "operationType": "Undefined",
    "transactionJson": "<string>",
    "safeWalletAddress": "<string>",
    "thresholdCurrent": 123,
    "thresholdTotal": 123,
    "custodianRows": [
      {
        "walletTenantId": 123,
        "walletName": "<string>",
        "walletAddress": "<string>",
        "activeCustodians": 123,
        "approval": "Undefined",
        "status": "<string>",
        "blockchainId": 123
      }
    ]
  }
}

Path Parameters

proposalId
integer
required

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object