Update Article
neptime_update_articleUpdate your Neptime article by modifying its title, description, body text, tags, or category using the article ID.
Instructions
Update an article you own.
Args:
article_id: Article ID (required)
title: New title (optional)
description: New description (optional)
text: New body text (optional)
tags: New tags (optional)
category: New category ID (optional)
Returns: Updated article object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes | Article ID | |
| title | No | New title | |
| description | No | New description | |
| text | No | New body text | |
| tags | No | New tags | |
| category | No | New category ID |