Skip to content

Commit 340b8b1

Browse files
committed
📝 Update jobs documentation
1 parent 560aae3 commit 340b8b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/swagger/resources/jobs/routes/import.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ post:
66
x-versions:
77
- "SaaS"
88
description: This endpoint allows you to launch an import job by code.
9+
x-body-by-line: "The body is optional and can be be empty. If empty, the import profile options will be used."
910
parameters:
1011
- name: code
1112
in: path
@@ -18,7 +19,7 @@ post:
1819
properties:
1920
import_mode:
2021
type: string
21-
description: Optional. Change the import mode for this job by overriding the profile value.
22+
description: "Change the import mode for this job by overriding the profile value. Available values are: `create_only`, `update_only` and `create_or_update`"
2223
responses:
2324
200:
2425
description: OK

0 commit comments

Comments
 (0)