Skip to main content
POST
/
knowledgebase
/
create
{
  "id": "<string>",
  "title": "<string>",
  "title_slug": "<string>",
  "description": "<string>",
  "deleting": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

Body

application/json
title
string
required
description
string
required

Response

Successful Response

id
string
required
title
string
required
title_slug
string
required
description
string
required
deleting
boolean
required