Unable to update Super Order TARGET/STOP LOSS leg PRICE after the ENTRY leg is Traded via API

HI - I am trying to update TARGET/STOP leg PRICE after the ENTRY leg is TRADED. I know we cannot change quantity but we can update the price of the PENDING TARGET/STOP Legs.

Modify JSON: {
“orderId”: “3332510018377871”,
“orderType”: “MARKET”,
“legName”: “TARGET_LEG”,
“targetPrice”: 889
}
Getting this error:{
“errorType”: “Order_Error”,
“errorCode”: “DH-906”,
“errorMessage”: “Incorrect request for order and cannot be processed”
}

The order is created today and i am updating the target and stop prices on the same day via v2/super/orders/{orderId} endpoint — what is going wrong here?

Hey @Ranjith_Kumar_S ,

We request you to try modifying your super order now , it should be working fine.