10 lines
663 B
Plaintext
10 lines
663 B
Plaintext
### Asset Object (object)
|
|
+ id: `08279320-dfc9-11e5-a450-0002a5d5c51b`(string) - The asset ID
|
|
+ mime: `image/jpeg` (string) - The asset mime type
|
|
+ type: `image` (string) - The asset type
|
|
+ path: `12342bh3y3bn3i4i5ii5b43o3n.jpg` (string) - The asset path in the storage
|
|
+ links
|
|
+ full: `https://laravelapi.test/api/assets/0c244c51-0a3b-4b86-829a-ee161c2f966f/render` (string) - The asset link for render full size
|
|
+ thumb: `https://laravelapi.test/api/assets/0c244c51-0a3b-4b86-829a-ee161c2f966f/render?width=200&height=200` (string) - The asset link for render thumb size
|
|
+ created_at : `1997-07-16T19:20:30+01:00` (string) - Date in format iso 8601
|
|
|