Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 976 Bytes

File metadata and controls

21 lines (18 loc) · 976 Bytes

ArticleCreateUpdatePayload

Properties

Name Type Description Notes
content str The text content. [optional]
meta object Use for search [optional]
position int article position in category [optional]
status int [optional]
title str [optional]
slug str [optional]
views int [optional]
portal_id int [optional]
account_id int [optional]
author_id int [optional]
category_id int [optional]
folder_id int [optional]
associated_article_id int To associate similar articles to each other, e.g to provide the link for the reference. [optional]

[Back to Model list] [Back to API list] [Back to README]