Skip to main content
PATCH
Update Source

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

source_id
string
required

Query Parameters

type
enum<string> | null

Source type hint

Available options:
repository,
documentation,
research_paper,
huggingface_dataset,
local_folder,
slack,
google_drive,
connector

Body

application/json
display_name
string | null
category_id
string | null

Response

Successful Response

Unified source representation.

id
string
required

Source identifier

type
enum<string>
required

Source type

Available options:
repository,
documentation,
research_paper,
huggingface_dataset,
local_folder,
slack,
google_drive,
connector
identifier
string | null

Canonical identifier (repo slug, URL, or folder path)

display_name
string | null

Human-readable name

status
string | null

Indexing status

created_at
string | null

Creation timestamp (ISO)

updated_at
string | null

Last update timestamp (ISO)

category_id
string | null

Category assignment

is_global
boolean | null

Whether the source is global/shared

global_source_id
string | null

Global source ID if applicable

global_namespace
string | null

Global namespace if applicable

metadata
Metadata · object

Type-specific metadata

curation
SourceCurationSummary · object | null

Trust signals and curated guidance summary