feature/IO-3456-Broken-Image - Fix issue
This commit is contained in:
@@ -30,7 +30,7 @@ Send a JSON object with one or more of the following fields to update:
|
|||||||
- `email` (string, shop's email, not user email)
|
- `email` (string, shop's email, not user email)
|
||||||
- `timezone` (string)
|
- `timezone` (string)
|
||||||
- `phone` (string)
|
- `phone` (string)
|
||||||
- `logo_img_path` (object, e.g. `{ src, width, height, headerMargin }`)
|
- `logo_img_path` (string)
|
||||||
|
|
||||||
Any fields not included in the request body will remain unchanged.
|
Any fields not included in the request body will remain unchanged.
|
||||||
|
|
||||||
@@ -50,12 +50,7 @@ Content-Type: application/json
|
|||||||
"email": "shop@example.com",
|
"email": "shop@example.com",
|
||||||
"timezone": "America/Chicago",
|
"timezone": "America/Chicago",
|
||||||
"phone": "555-123-4567",
|
"phone": "555-123-4567",
|
||||||
"logo_img_path": {
|
"logo_img_path": "https://example.com/logo.png"
|
||||||
"src": "https://example.com/logo.png",
|
|
||||||
"width": "200",
|
|
||||||
"height": "100",
|
|
||||||
"headerMargin": 10
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user