curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/flow_def/action/check_hash/run \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"file_count": 123,
"repo_name": "<string>",
"repo_owner": "<string>",
"total_hash": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": {
"matches": true,
"remote_file_count": 123,
"remote_hash": "<string>"
}
}curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/flow_def/action/check_hash/run \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"file_count": 123,
"repo_name": "<string>",
"repo_owner": "<string>",
"total_hash": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": {
"matches": true,
"remote_file_count": 123,
"remote_hash": "<string>"
}
}Token of the format "Bearer {token}" for normal authentication and "Convex {token}" for admin tokens.
Show child attributes