When submitting an asset for upload using the asset REST API POST method, is it possible to also send the metadata you want to add to the asset in the same call or would that require a second upload?
@Robert-Harper I believe it should be two separate calls, the CREATE call would create the Asset and for Update Metadata, the call would only work when the asset already exists.
@Robert-Harper I believe it should be two separate calls, the CREATE call would create the Asset and for Update Metadata, the call would only work when the asset already exists.