Automated commit by github action: 4864598975

This commit is contained in:
GitHub Action Bot
2023-05-02 18:36:01 +00:00
parent d5ce28d205
commit e9abb17d65
5 changed files with 10 additions and 2 deletions

View File

@@ -121,10 +121,13 @@ post:
- in: query
name: provisionAsCsv
description: >-
Configures the source as a DelimitedFile type of source.
If this parameter is `true`, it configures the source as a Delimited File (CSV) source. Setting this to `true` will automatically set the `type` of the source to `DelimitedFile`.
You must use this query parameter to create a Delimited File source as you would in the UI.
If you don't set this query parameter and you attempt to set the `type` attribute directly, the request won't correctly generate the source.
schema:
type: boolean
required: false
example: false
requestBody:
required: true
content:

View File

@@ -205,6 +205,7 @@ properties:
type: string
description: >-
Specifies the type of system being managed e.g. Active Directory, Workday, etc..
If you are creating a Delimited File source, you must set the `provisionasCsv` query parameter to `true`.
example: "OpenLDAP - Direct"
connector:
type: string

View File

@@ -121,7 +121,9 @@ post:
- in: query
name: provisionAsCsv
description: >-
Configures the source as a DelimitedFile type of source.
If this parameter is `true`, it configures the source as a Delimited File (CSV) source. Setting this to `true` will automatically set the `type` of the source to `DelimitedFile`.
You must use this query parameter to create a Delimited File source as you would in the UI.
If you don't set this query parameter and you attempt to set the `type` attribute directly, the request won't correctly generate the source.
schema:
type: boolean
required: false

View File

@@ -205,6 +205,7 @@ properties:
type: string
description: >-
Specifies the type of system being managed e.g. Active Directory, Workday, etc..
If you are creating a Delimited File source, you must set the `provisionasCsv` query parameter to `true`.
example: "OpenLDAP - Direct"
connector:
type: string

View File

@@ -10,6 +10,7 @@ properties:
type: string
description: >-
Specifies the type of system being managed e.g. Active Directory, Workday, etc..
If you are creating a Delimited File source, you must set the `provisionasCsv` query parameter to `true`.
example: "OpenLDAP - Direct"
name:
type: string