ZRM Docs
API ReferenceKnowledge Article

knowledgeArticle.create

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
titlestringYesTitle
topicTagsstring[]NoTopic tags
solutionFamilystringNoSolution family
roleScopestringNoRole scope
contentMarkdownstringYesContent markdown
statusenum(draft, published, archived)Yes"draft"Status
sourceReferenceIdsstring[]NoSource reference ids
revisionNumberintegerYes1Revision number
ownerUserIdstringNoID of the associated owner user
workspaceIdstringNoID of the associated workspace
visibilityModeenum(global, workspace_local, shared)Yes"workspace_local"Visibility mode

Example

{
  "title": "Example Title",
  "topicTags": [],
  "solutionFamily": "example",
  "roleScope": "example",
  "contentMarkdown": "example",
  "status": "draft",
  "revisionNumber": 1,
  "visibilityMode": "global"
}

On this page