Skip to main content

Sets a job's result

Sets a specific job's result. The job status must be started to use this endpoint (required scope jobs:write)

Path Parameters
    jobId int64 required
Header Parameters
    Customer-Id int64 required

    The customer identifier

Request Body
    status JobResult required

    Possible values: [completedOk, completedWithIssues]

    Describes the result of a job

    Possible values:

    • completedOk: Job completed with a positive result
    • completedWithIssues: Job completed with a negative result

    result string required

    Possible values: non-empty

    The result of the job. Both casing and whitespace must be an exact match with one of the result options. If the status is completed then this must be one of the positiveResults in the corresponding job type. If the status is completedWithIssues this must be one of the negativeResults in the job type

Responses

No Content

Loading...