I'm using the new orderable: true option on a Join field. In the admin panel this endpoint gets called for a reorder action:
POST http://localhost:3000/api/reorder
{
"collectionSlug": "media",
"docsToMove": ["680c014ea5b40e0b46457f96"],
"newKeyWillBe": "greater",
"orderableFieldName": "_media_media_order",
"target": { ... }
}
Is is possible to reach this endpoint using the local API?