cURL
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": {} }'
{}
Create a new schedule for a tenant
ID of environment
ID of flow
ID of tenant
200
The response is of type object.
object