PaySar
  1. Blog
PaySar
  • CLIENT
    • PaySar
      • Create Paysar
      • GET PAYSAR
      • GetUser Payser
      • Replay Paysar
      • Reply Paysar
    • Image
      • Get Images
    • Auth
      • Register
      • Login
      • Logout
    • User
      • getUser
      • Get Public User
      • Update User
      • GetAllUser
    • Feedback
      • createfeedback
    • Blog
      • Blog
        POST
      • Get Blog
        GET
      • like blog
        PATCH
  1. Blog

Blog

Developing
POST
v1/api/blog
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:3200/v1/api/blog' \
--data-urlencode 'title=Hi Testing 1234' \
--data-urlencode 'content=min ga lrr pr byr'
Response Response Example
{
  "data": true,
  "msg": "string"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/x-www-form-urlencoded
title
string 
optional
Example:
Hi Testing 1234
content
string 
optional
Example:
min ga lrr pr byr

Responses

🟢200OK
application/json
Body
data
boolean 
required
msg
string 
required
Previous
createfeedback
Next
Get Blog
Built with