PUT
/
{kb}
/
jobs
/
{jobId}
curl --request PUT \
  --url https://app.docs.bynesoft.com/api/knowledge-base/{kb}/jobs/{jobId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '[
  {
    "connector": "local",
    "fileName": "<string>",
    "lastModified": "<string>"
  }
]'
"<any>"

Authorizations

X-API-Key
string
header
required

Path Parameters

kb
string | null
required
jobId
string
required

Body

application/json · object[]
connector
enum<string>
required
Available options:
local
fileName
string
required
lastModified
string
required

Response

200
application/json
Successful Response

The response is of type any.