PUT
/
crypto_return_policies
/
{policyID}
Update an existing crypto return policy
curl --request PUT \
  --url https://api.bridge.xyz/v0/crypto_return_policies/{policyID} \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "refund_destination_address": "<string>",
  "refund_destination_blockchain_memo": "<string>",
  "refund_destination_chain": "<string>",
  "refund_destination_currency": "<string>",
  "strategy": "<string>"
}'
{
"id": "<string>",
"developer_id": "<string>",
"refund_destination_address": "<string>",
"refund_destination_blockchain_memo": "<string>",
"refund_destination_chain": "<string>",
"refund_destination_currency": "<string>",
"strategy": "<string>"
}

Authorizations

Api-Key
string
header
required

Path Parameters

policyID
string
required

Body

application/json

Crypto return policy object to be updated

The body is of type object.

Response

200
application/json

Crypto return policy updated

The response is of type object.