OOTB Asset API Checkin method in not working
We are using the Page Lock/Unlocked and Assets Checkout/Checking functionality in our workflow. As per the Implementation Checkout is working as expected but Checkin in not working. Using the below method. Has anyone faced this issue.
Checkout
assetCheckoutService.checkOut(asset);Checking
assetCheckoutService.checkIn(asset);
Thank you.