v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
articles

Update an article by id

This endpoint allows the client to update an existing article by its unique numerical id.

Authorization Constraints:

  • The API key provided must belong to the author of the article.
  • Supports updating individual fields such as title, body_markdown, published, tags, etc.
  • Setting published: false on an already published article will revert it to draft status.
put/api/articles/{id}

Path parameters

idinteger required

The unique numerical ID of the article to update.

Request body

Response

An Article