Create Article
Article is an object which can contain a URL or artifacts in the
resource. It also contains the data regarding the owner, author, status
and published date of the object. This call creates an article.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
owned_by
The users that own the article.
resource
title
Name of the article.
access_level
Allowed values:
aliases
The aliases of the article.
applies_to_parts
The parts that the article applies to.
article_type
Type of the article.
Allowed values:
brand
The brand associated with the article.
content_format
Content format of the article.
Allowed values:
custom_fields
Application-defined custom fields.
custom_schema_spec
Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.
data_sources
Data sources provide the backing data for the article.
description
Description for the article.
extracted_content
ID of the extracted content artifact.
language
Language of the article.
notify
Whether to notify the users when the article is published.
parent
The parent directory of the article.
published_at
The published date of the article.
release_notes
The release notes of the article.
scope
The scope of the article.
status
Status of the article.
Allowed values:
Response
Create article response.
article