PUT
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
/
schedule
curl --request PUT \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/schedule \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "schedule_expression": "<string>",
  "job_type": "read",
  "state": "ENABLED",
  "connector_id": "<string>",
  "override_start_date": "2023-11-07T05:31:56Z",
  "override_selected_tables": {},
  "override_field_map": {},
  "environment_variables": {}
}'
{}

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Body

application/json

Response

200
application/json
200

The response is of type object.