Skip to content

Commit b4e8483

Browse files
committed
📝 Documentation for import_mode values.
1 parent 340b8b1 commit b4e8483

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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/export.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ post:
22
summary: Launch export job by code
33
operationId: "post_job_export"
44
tags:
5-
- Job
5+
- Jobs
66
x-versions:
77
- "SaaS"
88
description: This endpoint allows you to launch an export job by code.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ post:
22
summary: Launch import job by code
33
operationId: "post_job_import"
44
tags:
5-
- Job
5+
- Jobs
66
x-versions:
77
- "SaaS"
88
description: This endpoint allows you to launch an import job by code.
@@ -19,7 +19,8 @@ post:
1919
properties:
2020
import_mode:
2121
type: string
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`"
22+
description: "Change the import mode for this job by overriding the profile value.
23+
Available values are: <em>create_only</em>, <em>update_only<em> and <em>create_or_update</em>"
2324
responses:
2425
200:
2526
description: OK

0 commit comments

Comments
 (0)