79272485

Date: 2024-12-11 16:36:08
Score: 1
Natty:
Report link

I found the reason is that you send owner as a string. You need to send the owner as an object containing the id of the related user.

POST /api/batches
{
  "data": {
    "name": "Test Batch",
    "state": "open",
    "locale": "vi",
    "owner": {
      "id": "rz9blkq8c0bns6bxx81heq9w"
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sphenix Dev