ReDoc documentation
Create new gallery entry
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "entry": {
- "id": 0,
 - "media_type": "string",
 - "label": "string",
 - "position": 0,
 - "disabled": true,
 - "types": [
- "string"
 
], - "file": "string",
 - "content": {
- "base64_encoded_data": "string",
 - "type": "string",
 - "name": "string"
 
}, - "extension_attributes": {
- "video_content": {
- "media_type": "string",
 - "video_provider": "string",
 - "video_url": "string",
 - "video_title": "string",
 - "video_description": "string",
 - "video_metadata": "string"
 
} 
} 
} 
}0Retrieve the list of gallery entries associated with given product
200 Success.
401 Unauthorized
Unexpected error
[- {
- "id": 0,
 - "media_type": "string",
 - "label": "string",
 - "position": 0,
 - "disabled": true,
 - "types": [
- "string"
 
], - "file": "string",
 - "content": {
- "base64_encoded_data": "string",
 - "type": "string",
 - "name": "string"
 
}, - "extension_attributes": {
- "video_content": {
- "media_type": "string",
 - "video_provider": "string",
 - "video_url": "string",
 - "video_title": "string",
 - "video_description": "string",
 - "video_metadata": "string"
 
} 
} 
} 
]