Update Article
Blogs
Update Article
Update an existing article
PUT
Update Article
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
Update Article
Updates an existing article. Only provided fields will be updated.Request
Path Parameters
The unique blog ID
The unique article ID to update
Body Parameters
All parameters are optional. Only provided fields will be updated.The article title
URL-safe handle
Author name
Article content (HTML)
Article summary/excerpt (HTML)
Whether the article is published
Publication date (ISO 8601)
Comma-separated tags (replaces existing tags)
Custom template suffix (set to
null to remove)Featured image. Set to
null to remove.SEO metadata
Metafields to add or update
Response
Whether the request succeeded
The updated article object
Example Response
Notes
- Changing the handle will break existing links to the article
- Setting
published: falsewill unpublish the article immediately - Setting
published_atto a future date will schedule the article
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_content scope |
NOT_FOUND | Article or blog with the specified ID does not exist |
VALIDATION_ERROR | Invalid request body (see error details) |
DUPLICATE_HANDLE | An article with this handle already exists in this blog |