---
search:
  tags:
    - Article Endpoints
    - PUT
seo:
  description: >-
    Step 4 of 5 — Set the article body by providing… Reference for the PUT
    /x/articles/{article_id}/content endpoint in the TwexAPI REST API Referansı
    API.
sidebar:
  badge: PUT
  label: '[Step 4/5] Set article content from Markdown'
title: '[Step 4/5] Set article content from Markdown'
type: openapi-operation
---
**Step 4 of 5** — Set the article body by providing Markdown text.

- `article_id`: obtained from Step 1
- `markdown`: supports headings, bold/italic, lists, code blocks, and inline images (`![alt](url)`)

Inline images are automatically uploaded to X and embedded in the article.

<Operation source="tr-api-reference" id="article-update-content-x-articles-article-id-content-put" />
