Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
The slug identifier of the portal
Body
The title of the article
"Article Title"
The slug of the article
"article-title"
article position in category
1
The text content.
"This is the content of the article"
The description of the article
"This is the description of the article"
The category id of the article
1
The author agent id of the article
1
To associate similar articles to each other, e.g to provide the link for the reference.
2
The status of the article. 0 for draft, 1 for published, 2 for archived
1
The locale of the article
"en"
Use for search
{
"tags": ["article_name"],
"title": "article title",
"description": "article description"
}
Response
Success
The text content.
To associate similar articles to each other, e.g to provide the link for the reference.