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.

levelenum or nullOptional
typeenum or nullOptional
formatstringOptional<=32 charactersDefaults to markdown
bodystringOptional>=0 charactersDefaults to
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.

typeenum
levelenum
formatstring
bodystring
metadatamap from strings to any
statusenum
created_atdatetime
updated_atdatetime
version_idstring or nullOptionalformat: "uuid"
version_numberinteger or nullOptional
byte_sizeinteger or nullOptional

Errors

422
Unprocessable Entity Error