How to Modify Bracket Order Price and Trigger Price of Leg 1 Only

If you wish to modify a stop-loss limit order within a bracket order, please use the following payload:

{
    "order_no": "****",
    "serial_no": 1,
    "group_id": 7,
    "source": "W",
    "segment": "E",
    "validity": "DAY",
    "mkt_type": "NL",
    "exchange": "NSE",
    "product": "B",
    "quantity": 1,
    "txn_type": "B",
    "security_id": 11915,
    "order_type": "SL",
    "price": "25.55",
    "trigger_price": "25.5",
    "off_mkt_flag": false,
    "leg_no": "1",
    "algo_order_no": -1
}

Ensure you replace the placeholder values with your actual order number and accurate details retrieved from the order book response.

Feel free to reach out if you have any further questions or need additional assistance.