chore(docs): Refactor API Reference (#1883)

This commit is contained in:
Shahed Nasser
2022-08-05 14:06:12 +02:00
committed by GitHub
parent b126ab4dec
commit 73383cc466
625 changed files with 52358 additions and 11660 deletions
@@ -0,0 +1,23 @@
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