cancel
Showing results for 
Search instead for 
Did you mean: 

API: Where can I found a description of the parameters?

API: Where can I found a description of the parameters?

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!

1 REPLY 1

Re: API: Where can I found a description of the parameters?

Hi @hanhoe,

 

Which endpoint are you trying to use?

(The short answer to your question is that not everything is documented yet)