Update API DOC

zelda 2025-08-12 14:25:54 +10:00
parent 306767fca9
commit f9cfd8b3fc
1 changed files with 31 additions and 66 deletions

@ -28,73 +28,38 @@ GET /products?page=1&limit=20&search=áo thun&sortBy=price&order=DESC
```json
{
"message": "Success!",
"status_code": 200,
"data": [
{
"created_at": "2025-08-11T21:09:14.453Z",
"updated_at": "2025-08-11T21:09:14.453Z",
"id": 14,
"images": [
"https://example.com/images/product1.jpg",
"https://example.com/images/product2.jpg"
],
"title": "MacBook Pro 14-inch 2023",
"price": "2499.99",
"category": "Laptops",
"condition": "New",
"brand": "Apple",
"description": "MacBook Pro 14-inch với chip M2 Pro, 16GB RAM, 512GB SSD. Bảo hành chính hãng 12 tháng.",
"tags": [
"macbook",
"laptop",
"apple"
],
"sku": "MBP14-2023-512GBs",
"location": "Hanoi, Vietnam",
"histories": []
},
{
"created_at": "2025-08-11T18:26:23.580Z",
"updated_at": "2025-08-11T18:26:23.580Z",
"id": 11,
"images": [
"http://localhost:4000/api/v1/medias/products/Tesstsees/http://localhost:4000/api/v1/medias/products/Tesstsees/product-1754961983572.png",
"http://localhost:4000/api/v1/medias/products/Tesstsees/http://localhost:4000/api/v1/medias/products/Tesstsees/product-1754961983579.png"
],
"title": "Tesstsees",
"price": "12",
"category": "tools",
"condition": "New",
"brand": "cisco",
"description": "gwegewgewgewgwegewgewgwegewgwegwegw",
"tags": [
"cisco",
"abc",
"cs",
"css"
],
"sku": "cisco102290",
"location": "",
"histories": [
{
"created_at": "2025-08-11T20:23:25.681Z",
"updated_at": "2025-08-11T20:23:25.681Z",
"id": 59,
"error": null,
"published": true
}
]
}
],
"timestamp": "2025-08-12T04:21:50.385Z",
"current_page": 1,
"from": 1,
"to": 3,
"last_page": 1,
"per_page": 10,
"total": 3
"message": "Success!",
"status_code": 200,
"data": [
{
"created_at": "2025-08-11T21:09:14.453Z",
"updated_at": "2025-08-11T21:09:14.453Z",
"id": 14,
"images": [
"https://example.com/images/product1.jpg",
"https://example.com/images/product2.jpg"
],
"title": "MacBook Pro 14-inch 2023",
"price": "2499.99",
"category": "Laptops",
"condition": "New",
"brand": "Apple",
"description": "MacBook Pro 14-inch với chip M2 Pro, 16GB RAM, 512GB SSD. Bảo hành chính hãng 12 tháng.",
"tags": ["macbook", "laptop", "apple"],
"sku": "MBP14-2023-512GBs",
"location": "Hanoi, Vietnam",
"histories": []
}
],
"timestamp": "2025-08-12T04:21:50.385Z",
"current_page": 1,
"from": 1,
"to": 1,
"last_page": 1,
"per_page": 10,
"total": 1
}
```
---