Create a source. POST /sources
Optionalconfig?: Record<string, never>Format: uri
List all sources. GET /sources
Delete a source and its items/drafts. DELETE /sources/{id}
Update a source. PATCH /sources/{id}
Optionalconfig?: Record<string, never>Optionalenabled?: booleanOptionalname?: stringOptionaltype?: "rss" | "twitter" | "reddit" | "hackernews" | "google_news" | "substack"Optionalurl?: stringFormat: uri
Sources resource —
GET/POST /sources,PATCH/DELETE /sources/{id},POST /sources/{id}/test.