id
string

ID of the article to edit

Body

title
string
required

Title of article

slug
string
required

Slug of article

categories
array
required

Array of all category objects

tags
array

Array of all tags objects

excerpt
string
required

Excerpt of article (Max 160 characters)

ordering
number
required

Order priority of article

status
string
required

Status of article: draft or published

content
string
required

Article content (HTML accepted)

hideFromSearch
boolean
required

Hide article from search

seoBannerUrl
string

URL of SEO banner image

articleReviewDate
date

Date of next review of article

lang
string
required

Language code if not an english tag

Response

success
boolean

Indicates whether the call was successful.

message
string

Success/error message