Logo
Admin API API Documentation

Update MP Group

PUT {{URL_ORIGIN}}/api/mp-groups/1794788082

Update MP Group- Error Codes

All validations in create instrument and the below 

Code Message
101 [FieldName] not found

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "id": "163", "data": { "id": "26", "name": "MP Group", "compId": "MP Group 1", "mpIds": [ "15", "1209" ] }, "requestType": "UpdateMPGroup", "name": "MP Group", "status": "Pending", "makerComment": "update name", "makerUserId": "auth0|6310aa4ba8cae50015ee3678", "makerUserType": "Admin", "timestamp": "2024-02-29T09:37:20.237" }



Curl
curl -X PUT 'URL_ORIGIN/api/mp-groups/1794788082' -d '{"name":"Broker777","compId":"hellocomp","mpIds":["1794788082","1809367041"],"comment":"New MP Group"}'

ENDPOINTS