Update Job
Update a Job by ID.
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
The name you assigned when creating the Project.
The ID you assigned when creating the Job.
Body
Job update input schema
Input schema for updating an existing job
Array of API calls to be executed
Job configuration settings
Schedule configurations for the job. If set, the job will periodically run according to this configuration. The configurations are used to calculate the closest next run time.
Optional sink configuration for the job. Can be a webhook or S3 Compatible sink.
- Webhook Sink Configuration
- S3 Sink Configuration
Proxy configuration for the job
"http://username:password@proxy.example.com:8080"