ReferenceAppsConciergeAdmin

Create help center

Create a new help center

POST
/apps/bivariant.concierge/modules/admin/actions/helpcenter.create
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Header Parameters

X-Bivariant-Space-Idstring

Space ID

Help center creation input

brandIdstring
color?string
descriptionstring
logo?string
namestring
titlestring

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/apps/bivariant.concierge/modules/admin/actions/helpcenter.create" \  -H "X-Bivariant-Space-Id: string" \  -H "Content-Type: application/json" \  -d '{    "brandId": "string",    "description": "string",    "name": "string",    "title": "string"  }'
{
  "brandId": "string",
  "color": "string",
  "createdAt": "string",
  "description": "string",
  "id": "string",
  "logo": "string",
  "name": "string",
  "organizationId": "string",
  "spaceId": "string",
  "title": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}