Files
medusa-store/docs/api/admin/paths/batch-jobs_{id}_confirm.yaml
2022-08-05 14:06:12 +02:00

24 lines
578 B
YAML

post:
operationId: PostBatchJobsBatchJobConfirmProcessing
summary: Confirm a batch job
description: Confirms that a previously requested batch job should be executed.
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