Update thumbnail via upload

Upload any image file to use as thumbnail

Once you use the API, you will get upload_url in the response, and that can be used to upload the image file.

Here is the sample curl request.

curl --location --request PUT '<upload_url>' \
--data '<YOUR_FILE_PATH>'
Language
Credentials
Header
Click Try It! to start a request and see the response here!