Skip to main content
PUT
Update Source

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required
source_id
string
required

Body

application/json
Type
enum<string> | null
Available options:
IMAGE,
DOCUMENT,
WEBSITE,
TEXT
Description
string | null
Source
Source · object | null
IngestionStatus
enum<string> | null
Available options:
PENDING,
SUCCESS,
FAILED

Response

Successful Response

success
boolean
required
data
unknown