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": "97", "name": "MPGroup1", "compId": "test", "mpIds": [ "2087505414", "2087505443" ] }



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

ENDPOINTS