79548237

Date: 2025-04-01 09:41:47
Score: 1.5
Natty:
Report link

In POST /api/movies/create you should send integer id instead of UUID

{
  "title": "movie 2",
  "category_ids": [
    1,
    2
  ]
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Denis Griazev