Article Content

The Content of an Article.

type
string or null

The type of object - article_content .

Enum: null "article_content"
title
string

The title of the article.

description
string

The description of the article.

body
string

The body of the article.

author_id
integer

The ID of the author of the article.

state
string

Whether the article is published or is a draft .

Enum: "published" "draft"
created_at
integer <date-time>

The time when the article was created (seconds).

updated_at
integer <date-time>

The time when the article was last updated (seconds).

url
string

The URL of the article.

{ "type": "article_content", "title": "How to create a new article", "description": "This article will show you how to create a new article.", "body": "This is the body of the article.", "author_id": "5017691", "state": "draft", "created_at": 1663597223, "updated_at": 1663597260, "url": "http://intercom.test/help/en/articles/3-default-language" }