Skip to main content
POST
Upsert Dataset Schedule

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

dataset_id
string
required

Cookies

blindsight_session
string | null

Body

application/json
scan_types
string[]
required
frequency
enum<string>
required
Available options:
daily,
weekly,
monthly
enabled
boolean
default:true
day_of_week
integer | null
time_of_day
string
default:03:00

Response

Successful Response

uuid
string
required
enabled
boolean
required
scan_types
string[]
required
frequency
string
required
time_of_day
string
required
dataset_id
integer | null
project_id
integer | null
day_of_week
integer | null
last_run_at
string<date-time> | null
next_run_at
string<date-time> | null
last_run_status
string | null
run_count
integer
default:0
created_at
string<date-time> | null