POST
/
v1
/
bucket
/
b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1
/
withdraw
/
execute
/
tr_token_a2a7286d0625617cf11efa6b7e3737a420d55fc5510d81114ede94a25fa4ca494c19a1f5d90d38ceb9492652440b693d5bbf9dbf4ae0109f79e0081cf035f648
curl --request POST \
  --url https://api.rokcel.com/v1/bucket/b5f7de1d-2bf2-41d6-89e9-3315d48fa4c1/withdraw/execute/tr_token_a2a7286d0625617cf11efa6b7e3737a420d55fc5510d81114ede94a25fa4ca494c19a1f5d90d38ceb9492652440b693d5bbf9dbf4ae0109f79e0081cf035f648 \
  --header 'Content-Type: application/json' \
  --data '{
  "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"
  }
}'

Headers

x-auth-token
string
Example:

"{{APP_TOKEN}}"

Query Parameters

skip
string
Example:

"89563"

Body

application/json