Update Blog
Blogs
Update Blog
Update an existing blog
PUT
Update Blog
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 Blog
Updates an existing blog. Only provided fields will be updated.Request
Path Parameters
The unique blog ID to update
Body Parameters
All parameters are optional. Only provided fields will be updated.The blog title
URL-safe handle
Comment setting:
no, moderate, yesCustom template suffix (set to
null to remove)Metafields to add or update
Response
Whether the request succeeded
The updated blog object
Example Response
Notes
- Changing the handle will break existing links to the blog
- Article URLs will be updated to use the new blog handle
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_content scope |
NOT_FOUND | Blog with the specified ID does not exist |
VALIDATION_ERROR | Invalid request body (see error details) |
DUPLICATE_HANDLE | A blog with this handle already exists |