Skip to main content
POST
/
v1
/
bucket
/
b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1
/
withdraw
/
execute
/
tr_token_7b9105e584794c09bed09b3c2cab3df0ce5c160def20599eac8870c1b91ebdbe8e95b156c1fd9bf48b574aa131f870c162d29eac7d44801d31384cd06e225bf6
Execute Bucket Withdraw Transaction
curl --request POST \
  --url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/withdraw/execute/tr_token_7b9105e584794c09bed09b3c2cab3df0ce5c160def20599eac8870c1b91ebdbe8e95b156c1fd9bf48b574aa131f870c162d29eac7d44801d31384cd06e225bf6 \
  --header 'Content-Type: application/json' \
  --data @- <<EOF
{
  "metadata": {
    "desc": "Concurrency: If your application experiences concurrent updates, the fetched oldValue might not be entirely accurate if another update occurs between the select and update queries.",
    "message": "This is my contribution man.",
    "organisation": "ROKCEL",
    "text": "When working with Drizzle ORM and needing to retrieve the old value of a column during an update operation, you'll generally need to employ a strategy that involves fetching the record's current state before applying the update.",
    "user_id": "b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1"
  }
}
EOF

Headers

x-auth-token
string
Example:

"{{APP_TOKEN}}"

Query Parameters

skip
string
Example:

"89563"

Body

application/json
metadata
object

Response

200 - undefined