Update Knowledge

Authentication

AuthorizationBearer

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

Path parameters

identifierstringRequiredformat: "^[a-z0-9][a-z0-9\-]*$"

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

Request

This endpoint expects an object.
levelenum or nullOptional
formatstring or nullOptional<=32 characters
bodystring or nullOptional>=1 character
metadatamap from strings to any or nullOptional
statusenum or nullOptional

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