api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

067_edit_comment_with_validation.log 227B

12345678910
  1. ===
  2. PUT /records/comments/4
  3. {"post_id":"two"}
  4. ===
  5. 422
  6. Content-Type: application/json; charset=utf-8
  7. Content-Length: 104
  8. {"code":1013,"message":"Input validation failed for 'comments'","details":{"post_id":"must be numeric"}}