Update


Set a job datasource

patch

Set a job datasource

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Body
Responses
200

A successful response.

patch
/jobs/{jobId}/datasource


Set job parameters

patch

Set or update job specific parameters

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Body
presetstringOptional

[Deprecated] Preset configuration. This field is no longer in use.

partitionerobjectOptional

Sets parameters for the partitioning engine.

assemblerobjectOptional

Sets parameters for the assembling engine.

appobjectOptional

Sets parameters for the application..

Responses
200

A successful response.

patch
/jobs/{jobId}/params


Set a job name

patch

Set a job name

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Body
stringOptionalExample: My Job
Responses
200

A successful response.

patch
/jobs/{jobId}/jobname


Set job configs

patch

Set or update execution parameters/configurations

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Body
taskTimeoutinteger · int64Optional
jobTimeoutinteger · int64Optional
isTestJobbooleanOptional
Responses
200

A successful response.

patch
/jobs/{jobId}/configs

Last updated

Was this helpful?