Skip to main content
PUT
Update import configuration
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
autoImportEnabled
boolean
importSchedule
string
Example:

"0 6 * * *"

importPath
string
autoApproveHighConfidence
boolean
confidenceThreshold
number<float>
scheduleType
enum<string>
Available options:
daily,
weekly,
monthly,
custom
scheduleTime
string
timezone
string
dayOfWeek
integer
dayOfMonth
integer
blackoutWindows
object[]

Response

Configuration updated successfully

success
boolean
data
object