Skip to main content

Input fields

articleType : ArticleType! required

The content type of the article to create.

audience : ArticleAudience! required

Whether the article is for internal or external consumption.

brandCodes : [String!]

The codes of the brands to associate with the article.

tags : [String!]

Any metadata tags to attach to the article.

text : String! required

The body text of the article.

title : String! required

The title of the article.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "articleType": "COMPANY_BLOG", "audience": "INTERNAL", "brandCodes": "fish-agree-skin-understand-risk", "tags": "floor-hospital-huge-ask-fish", "text": "own-lay-economic-size-sing", "title": "through-test-light-green-consumer" }