POST
https://b-api.longbridge.xyz/v1/risk_monitoring/stock_index_operateAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Operation. enum Operation { 0=Create 1=Edit 2=Delete 3=New }; Edit always sends 1 and Delete always sends 2 (no Create=0 / New=3 call site was seen on the front end).
Stock Code. The counter_id input in the edit form (disabled, for display).
Index Code. The index_code input box on the edit form.
ID. The primary-key ID of the selected stock-index record, populated programmatically.
Operator. The currently logged-in admin account, carried on both edit and delete.
Responses
HTTP 200No confirmable field definitions are available for the response yet.Standard response envelope
codemessagedatadataobjectdata structureNo nested fields