24 lines
540 B
YAML
24 lines
540 B
YAML
post:
|
|
operationId: PostBatchJobsBatchJobCancel
|
|
summary: Marks a batch job as canceled
|
|
description: Marks a batch job as canceled
|
|
x-authenticated: true
|
|
parameters:
|
|
- in: path
|
|
name: id
|
|
required: true
|
|
description: The ID of the batch job.
|
|
schema:
|
|
type: string
|
|
tags:
|
|
- Batch Job
|
|
responses:
|
|
'200':
|
|
description: OK
|
|
content:
|
|
application/json:
|
|
schema:
|
|
properties:
|
|
batch_job:
|
|
$ref: ../components/schemas/batch_job.yaml
|