Skip to main content
PUT
Update article
When updating an article, only the fields you include in the request will be updated — all other fields remain unchanged. The only required field is id, which identifies the article to update.

Authorizations

x-api-key
string
header
required

Body

application/json
id
string
required
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

mainTitle
object
title2
object
title3
object
slug
string
summary
object
body
object
thumbnail
string<uri>
banner
string<uri>
tags
string[]
category
string[]
Pattern: ^[a-fA-F0-9]{24}$
subCategory
string[]
Pattern: ^[a-fA-F0-9]{24}$
author
string
Pattern: ^[a-fA-F0-9]{24}$
publishDate
string<date-time>
isPublished
boolean
isPrivate
boolean

Response

Updated