Skip to main content
PATCH
Update an article

Authorizations

Authorization
string
header
required

Pass your Keupera API key as a Bearer token: Authorization: Bearer YOUR_KEUPERA_API_KEY. Generate keys from Account → API Keys in your Keupera dashboard.

Path Parameters

id
string<uuid>
required

Resource ID.

Body

application/json
title
string
article_type
string
status
enum<string>
Available options:
planned,
queued,
in-progress,
completed,
published
content
string

Article body (HTML).

meta_description
string
slug
string
published_at
string<date-time>
scheduled_publish_at
string<date-time>
date
string

Shortcut — sets both published_at and scheduled_publish_at.

Response

Article updated.

data
object