cosigner
Update Cosigner External Route
Update a cosigner by ID; the fields you send replace the existing ones.
patch/v0/platform/cosigners/{id}
Path parameters
idstring required
Request body
namestring nullable
fallback_behavior'reject' | 'approve' | 'manual_review'
The outcome when a transaction passes the Blockaid detection engine but no configured policy matches.
- reject - Rejects the transaction. Default.
- approve - Approves the transaction.
- manual_review - Sends the transaction to the Pending Transactions queue for manual review.
tagsstring[] nullable
Tags assigned to the Cosigner.
Response
Successful Response
tagsstring[] required
idstring required
The Cosigner's assigned unique ID.
namestring nullable required
The Cosigner name as defined upon creation.
status'pending' | 'ok' | 'error' required
The current status of the Cosigner.
- ok - The Cosigner is active.
- pending - The Cosigner is waiting for the final activation steps in the multisig wallet to be completed.
- error - Something went wrong and the Cosigner is not working properly.
fallback_behavior'reject' | 'approve' | 'manual_review' required
The outcome when a transaction passes the Blockaid detection engine but no configured policy matches.
- reject - Rejects the transaction. Default.
- approve - Approves the transaction.
- manual_review - Sends the transaction to the Pending Transactions queue for manual review.
errorstring nullable
If the Cosigner status is error, this field will show more information about the error.
created_atstring date-time required
The timestamp the Cosigner was created.
updated_atstring date-time required
updated_bystring nullable required
The user who last updated the Cosigner.
created_bystring required
selected_chainsstring[] nullable