Developer Portal for YouTrack and Hub Help

BaseArticle

Represents a base article entity.

Extended by:

Attributes

This table describes attributes of the BaseArticle entity.

  • To receive an attribute in the response from the server, specify it explicitly in the fields request parameter.

  • To update an attribute, provide it in the body of a POST request.

Field

Type

Description

id

String

The ID of the article. Read-only.

attachments

Array of ArticleAttachments

The list of files attached to the article.

content

String

The content of the article. Can be null.

reporter

User

The user who created the article. Can be null.

summary

String

The article title. Can be null.

visibility

Visibility

Visibility settings of the article. These settings describe who is allowed to see the article. Can be null.

Last modified: 23 April 2024