Update article paragraph
cms_update_article_paragraphUpdate paragraph. Guidance: Update one article paragraph by paragraph id. | context: id, paragraph_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article id returned by cms_list_articles. | |
| caption | No | Patch photo caption. | |
| content | No | Patch text or quote body, or related photo field per block type. | |
| embedUrl | No | Patch embed HTML snippet. Set an explicit iframe width and height (for example 100%) so the block renders at a visible size. | |
| isThumbnail | No | Patch photo cover flag. | |
| paragraph_id | Yes | Paragraph id returned by cms_list_article_paragraphs. | |
| originalThumbnail | No | Patch photo image source: URL, data URI, or base64. |