Skip to main content
PUT
/
networks
/
reportschedules
/
{scheduleId}
Update Report Schedule
curl --request PUT \
  --url https://api.eflow.team/v1/networks/reportschedules/{scheduleId} \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '{}'
{}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

scheduleId
integer
required

The report schedule ID.

Body

application/json

The full report schedule configuration to set.

Response

200 - application/json

OK

Updated report schedule configuration.