Hello,
I know about the API reference here:
https://devdocs.magento.com/swagger/#/
But, for example:
{
"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"
}
}
}
}
Where can I found, which option I can use for:
media_type
type
...
Well, this I already found with google .. but is there somewhere a reference description for the parameters?
Thank you!