You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/swagger/resources/jobs/routes/import.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ post:
6
6
x-versions:
7
7
- "SaaS"
8
8
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."
9
10
parameters:
10
11
- name: code
11
12
in: path
@@ -18,7 +19,7 @@ post:
18
19
properties:
19
20
import_mode:
20
21
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`"
0 commit comments