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