Create Knowledge

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
slugstringRequiredformat: "^[a-z0-9][a-z0-9\-]*$"1-255 characters

Unique lowercase identifier (letters, digits, hyphens). Set at creation and cannot be changed.

levelenumRequired
bodystringRequired>=1 character
formatstringOptional<=32 charactersDefaults to markdown
metadatamap from strings to anyOptional

Response

Successful Response
idstringformat: "uuid"
slugstringformat: "^[a-z0-9][a-z0-9\-]*$"1-255 characters

Unique lowercase identifier (letters, digits, hyphens). Set at creation and cannot be changed.

levelenum
formatstring
bodystring
metadatamap from strings to any
statusenum
created_atdatetime
updated_atdatetime

Errors

422
Unprocessable Entity Error