# 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    | <p>{</p><p>"status": true,</p><p>"story\_id": 1</p><p>}</p> |
| 403    |                                                             |
| 400    |                                                             |
| 401    |                                                             |
| 401    |                                                             |
| 500    |                                                             |
