Hi All,
I need to perform a test for creating assets in Postman, but after making a POST request, I receive the following error in the response:
"message": "Invalid parameter value was specified.
"debug_message": "Asset data should be specified.",
I reference this page but I don't know what I did wrong.
Below are the parameters I sent.
POST https://xxxx/otmmapi/v6/assets
key value
files I used text file for test.
asset_representation {"parent_folder_id": "****","import_template_id":"****"}
manifest {"files": [{"fileName": "test.txt","title": "test","description": "A test text file"}]}
Could someone please help me with this?
Sam