We tested the submission endpoint with Postman and it seems that there is a problem with the videos with ids between 00100 and 00199.
When we try to submit a video with an id between these values we get this error (example with id 00130) "Could not find media item with name '00130'. Maybe collection name is required.".
When we add the field mediaItemCollectionName (that is optional) with value "v3c", the submission works properly. I don't know if this is the correct value for this field, but there is no information about that in the documentation (except that it should be string) and it seems to work fine.
If the collection name is indeed needed in most cases, consider making it required in the API spec and related documentation.
- OS:
- Browser:
- DRES Version: 2.0.4