Articles
Create Article
This endpoint creates a new article.
Body
title
string
requiredTitle of article
slug
string
requiredSlug of article
categories
array
requiredArray of all category objects
tags
array
Array of all tags objects
excerpt
string
requiredExcerpt of article (Max 160 characters)
ordering
number
requiredOrder priority of article
status
string
requiredStatus of article: draft or published
content
string
requiredArticle content (HTML accepted)
hideFromSearch
boolean
requiredHide article from search
seoBannerUrl
string
URL of SEO banner image
articleReviewDate
date
Date of next review of article
Response
success
boolean
Indicates whether the call was successful.
message
string
Success/error message