Sources
Update a source
Updates a source. Most commonly used to mark a file source ready after upload by setting file_upload_status to COMPLETE. Only the fields you send are changed. Requires a token with write access.
PUT
Update a source
Authorizations
Personal access token. See Authentication.
Path Parameters
The source ID.
Body
application/json
Response
The updated source.
Unique source ID.
Whether the source is an uploaded file or a crawled URL.
Available options:
FILE, URL File name (FILE) or URL (URL).
Domain, for URL sources.
Upload/ingestion status of the source's content.
Available options:
PENDING, IN_PROGRESS, COMPLETE, FAILED How the source's content is split into chunks before embedding.
Size in bytes, for file sources.
Update a source

