Skip to main content
PATCH
Update an article
Update an existing article’s content or metadata by slug. Only the fields you send are changed.
These endpoints modify existing articles — they don’t create new ones. Use the Articles list to find slugs.

Show or Hide on Public Feed

PATCH /cms/articles/{slug}/public-feed Toggle whether an article appears on your brand’s public feed.

Delete an Article

DELETE /cms/articles/{slug} Permanently delete an article from SnowSEO.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Body

application/json
teamId
string
content
string
metaData
object
slug
string
status
string
isPublic
boolean
jsonLd
string | null
keywords
object[]
prompts
object[]
revisionSource
enum<string>
Available options:
manual
revisionLabel
string
autoOptimizeState
object

Response

Default Response

article
object