Mutations
upsertHelpCenterArticle
Create or update a help center article. Omit helpCenterArticleId to create a new article; provide it to update an existing one. The slug is normalized to lowercase and must be unique within the help center. contentHtml is rendered directly in the help center. status defaults to DRAFT when not provided. Requires the helpCenter:edit permission.
MUTATION
upsertHelpCenterArticle(input: UpsertHelpCenterArticleInput!): UpsertHelpCenterArticleOutput!Arguments
input
required
Returns
helpCenterArticle
error
Mutation
Variables
Response
Mutation
Variables
Response

