-
CATDV API Question
I’m trying to work with the CATDV API and running into some barriers. I’ve used POSTMAN to test with and have successfully created a new folder. Next I wanted to try and update a clip field via the API. I get a success message, but the data isn’t actually updated when I check in CATDV. Any ideas why that would be?
Here is my JSON code in the body:
———————————————————-
{“clip”: {“Overview”: “Updated Overview Data”}}
———————————————————
Here is the response from the API call:
Status:200
{
“status”: “OK”,
“data”: {
“ID”: 2873610,
“seqNo”: 262,
“modifyDate”: 1701894258227,
“accessedDate”: 1701894258227,
“sourceMediaID”: 2873626,
“importSourceID”: 2873635
}
}
The “Overview” field on my clip is not updating with any data.
Sorry, there were no replies found.