Skip to content

/schedules/{id}/run

POST
/schedules/{id}/run
curl --request POST \
--url https://example.com/api/v1/schedules/example/run
id
required
string

Default Response

Media type application/json
object
started
required
boolean
Example generated
{
"started": true
}

Default Response

Media type application/json
object
type
required
string
title
required
string
status
required
integer
code
required
string
detail
string
instance
string
errors
Array<object>
object
path
required
string
message
required
string
Example generated
{
"type": "example",
"title": "example",
"status": 1,
"code": "example",
"detail": "example",
"instance": "example",
"errors": [
{
"path": "example",
"message": "example"
}
]
}