long[] parameter will be passed in the HTTP body in an array representation.
API call example:
void mergeBlocksWithParent ( long[] blockIDs) http://<AddressManager_IP>/Services/REST/mergeBlocksWithParent
HTTP Header:
- Authorization: BAMAuthToken: UTtSjMTQ1ODAzMTgzMDUxMzphcGk=
- Content-Type: application/json
HTTP
Body:
[ id1, id2, id3 ] e.g.: [ 100922, 100923 ]
Response
No response. The method has the void return type.