Update an article
Articles
Update an article
Update metadata such as title, description, slug, coverImageUrl, or categoryId. The slug must be unique within your workspace. Article content and status are managed by RankSpot and cannot be changed via the API.
PATCH
Update an article
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Example:
"clx..."
Example:
"How to Start a Blog"
Available options:
draft, generating, generated Example:
"draft"
Example:
"how-to-start-a-blog"
Example:
"A comprehensive guide."
Only returned by GE../articles/:slug
Example:
"<h1>How to Start a Blog</h1>..."
Example:
"https://cdn.example.com/cover.jpg"
Example:
"clx..."
