There was an error while loading. Please reload this page.
PUT /api/reorderTable
Return a status indicates whether the operation has been successfully done or not.
PUT https://localhost:8080/api/reorderTable JSON Parameters: { "linkTableId":"sjh5wamgj", "attributeOrderPair": [ { "attributeName": "age", "order": "ASC" }, { "attributeName": "grade", "order": "DESC" } ] }
{ "status": "success", "message": null, "data": null }