Example 1
This example demonstrates how to update a Blog Article using the Put API endpoint.
Body Structure (form-data)
The request should be sent as form-data, including the fields to be updated.

Response Structure
{
"message": "Successfully updated with ID 1",
"payload": {
"id": 1,
"title": "5 Morning Habits That Improve Your Focus",
"content": "Starting your day with small, consistent habits can make a huge difference in productivity. One of the best ways to improve focus is to avoid checking your phone immediately after waking up. Instead, spend the first 15 minutes planning your day.\r\n\r\nDrinking water, stretching, and writing down your top three priorities can also help you feel more organized and energized. These habits may seem simple, but over time they create a more focused and productive routine.",
"published_date": "2026-04-28 15:34:00",
"is_published": "1",
"created_at": "2026-05-07 10:00:56",
"updated_at": "2026-05-07 10:00:56",
"deleted_at": null,
"author_id": 1,
"group_id": null
}
}
Fields
| Field | Type |
|---|---|
title |
Varchar |
content |
Text Area |
published_date |
Date Time |
is_published |
Checkbox |