Перейти до основного вмісту

IntegrationPhotoResponseDto

idnumberrequired
Example: 1
urlstringrequired
Example: https://cdn.example.com/photo.jpg
thumbnailUrlobject
Example: https://cdn.example.com/photo_thumb.jpg
ordernumberrequired
Example: 0
IntegrationPhotoResponseDto
{
"id": 1,
"url": "https://cdn.example.com/photo.jpg",
"thumbnailUrl": "https://cdn.example.com/photo_thumb.jpg",
"order": 0
}