Skip to content

/api/v1/ops/operations/scoring-runs

POST
/api/v1/ops/operations/scoring-runs
curl --request POST \
--url https://example.com/api/v1/ops/operations/scoring-runs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "date": "example" }'
object
date
string
nullable
Example generated
{
"date": "example"
}

OK