Skip to main content
PUT
Update Ghost integration
Enable or update the Ghost integration for a project. Set enabled, api_url, and admin_api_key to connect BeyondWords to your Ghost site. See the Ghost integration guide for setup instructions.

Authorizations

X-Api-Key
string
header
required

Path Parameters

project_id
string
required

The numeric ID of your project

Body

application/json
enabled
boolean
admin_api_key
string
api_url
string

Response

200 - application/json

successful

enabled
boolean

Whether or not ghost should be enabled. The default is disabled.

admin_api_key
string | null

Admin API key for Ghost integration

api_url
string | null

Ghost API url

created
string<date-time>

Time at which the object was created (ISO 8601)

updated
string<date-time>

Time at which the object was updated (ISO 8601)