like blog
Developing
PATCH
v1/api/blog
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'http://localhost:3200/v1/api/blog?blog_id=2'
Response Response Example
{
"data": true,
"msg": "string"
}
Request
Query Params
blog_id
string
optional
Example:
2