curl --request POST \
--url https://api.getcargo.io/v1/storage/runs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"modelUuid": "<string>",
"mode": "reset"
}
'{}Create a new model sync run
curl --request POST \
--url https://api.getcargo.io/v1/storage/runs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"modelUuid": "<string>",
"mode": "reset"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
The response is of type object.
Was this page helpful?