Skip to main content
Partial update of a source: send name and/or auth_url — omitted fields keep their stored value. Source knowledge is managed separately at /sources/{source}/knowledge. {source} is the source name (URL-encode it if it contains spaces).
Sources are addressed by name everywhere in this API, so renaming a source changes its address: every subsequent call must use the new name. In-flight migrations are unaffected — runs bind to the source itself at creation, not its name.

Authentication

Requires an x-api-key header. See Authentication.

Request body

At least one field is required.
string
New display name. Becomes the name you address this source by. A rename that exactly matches another source’s name is refused with 409 — two sources sharing a name would make both unaddressable.
string
The source system’s sign-in / portal URL.

Response

200 OK

Errors

Example

Next

  • List sources — see your sources and their names.
  • Knowledge — read and write a source’s knowledge document.