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
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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"}}