Authorizations
Enter your API key
Path Parameters
Help Center ID in MongoDB ObjectId format
Example:
"507f1f77bcf86cd799439011"
Body
application/json
Help center update payload
Whether the help center is online
Example:
true
Whether the help center requires authentication to access
Example:
false
Name of the help center
Example:
"Thena Support Center"
Default subdomain
Example:
"support"
Google Analytics ID
Example:
"G-XXXXXXXXXX"
Whether to index the help center for search engines
Example:
true
Social media images configuration
Example:
{
"favicon": "https://assets.thena.io/favicon.ico",
"openGraphImage": "https://assets.thena.io/og-image.jpg"
}
Styling configuration
Help center logo URL
Example:
"https://assets.thena.io/logos/help-center-logo.png"
Meta information for SEO
Example:
{
"title": "Thena Help Center - Get Support",
"description": "Find help articles and documentation for Thena products",
"image": "https://assets.thena.io/meta/help-center.jpg"
}