Hi all,
I have the following json below I am trying to POST to the API. I have no issues with the “name” parameter but for the profiles, how can we post the json accordingly (720p / 480p / 360p)?
Hi all,
I have the following json below I am trying to POST to the API. I have no issues with the “name” parameter but for the profiles, how can we post the json accordingly (720p / 480p / 360p)?
You will need to pass it a list delimited by ,
Assuming that you want it to be dynamic.
So “format as text” on your list. The format up the JSON like this.
Then put that in your API connector inside [: here :]
Thanks! I created a list in the database for the few profiles. How do we know if it’s right?