chore(docs): Generated API Reference (#4706)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2023-08-07 16:54:48 +03:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent efdea04963
commit 658339767b
1138 changed files with 11740 additions and 7043 deletions
@@ -5,7 +5,9 @@ required:
properties:
type:
type: string
description: The type of batch job to start.
description: >-
The type of batch job to start, which is defined by the `batchType`
property of the associated batch job strategy.
example: product-export
context:
type: object
@@ -29,6 +31,6 @@ properties:
dry_run:
type: boolean
description: >-
Set a batch job in dry_run mode to get some information on what will be
done without applying any modifications.
Set a batch job in dry_run mode, which would delay executing the batch job
until it's confirmed.
default: false