PROBLEM
While Editing an asset with orchestrator API, even though put all required keys in body(AssetDto), 404 error occurred with “Asset does not exist”.
CAUSE
In the body(AssetDto), Name and ValueScope are marked as required keys. However Id is also required key.
SOLUTION
Add Id in the body.
Top comments (0)