Skip to main content
POST
Create or update a content source (book)

Authorizations

Authorization
string
header
required

API key created in your Wanderer's Guide account settings. Send as Authorization: Bearer <key>. Used for direct API access from external tools and scripts.

Body

application/json
name
string
required
url
string
required
id
integer
created_at
string<date-time>
updated_at
string<date-time>

Server-maintained change timestamp, bumped by a database trigger on every real edit. Lets clients detect content changes.

foundry_id
string
description
string
operations
object[]
user_id
string<uuid> | null
contact_info
string
require_key
boolean
keys
object
is_published
boolean
required_content_sources
integer[]
group
string
artwork_url
string
meta_data
object

Response

200 - application/json

JSend success.

status
enum<string>
Available options:
success
data