update_article
Modify blog articles in Emlog by updating the title, content, excerpt, cover image, tags, category, or draft status using the specified article ID.
Instructions
Update an existing blog article
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | The new content of the article | |
cover | No | The new cover image URL | |
draft | No | Whether to save as draft (y) or publish (n) | |
excerpt | No | The new excerpt/summary | |
id | Yes | The ID of the article to update | |
sort_id | No | The new category ID | |
tags | No | New comma-separated tags | |
title | Yes | The new title of the article |