Update Stories
5.19 Update Stories
Request
Method
URL
PUT
/update-story/{story_id}
Copy
{
"merchant_id": 1,
"description": "Story Description",
"name": "Story Name",
"image": "story_image.jpg",
"is_active": true
}
Response
Status
Response
200
{
"status": true,
"story_id": 1
}
403
400
401
401
500
Last updated