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.

009_edit_post_columns_extra_field.log 326B

123456789101112131415161718
  1. ===
  2. PUT /records/posts/3?include=id,content
  3. {"user_id":2,"content":"test (edited 3)"}
  4. ===
  5. 200
  6. Content-Type: application/json; charset=utf-8
  7. Content-Length: 1
  8. 1
  9. ===
  10. GET /records/posts/3
  11. ===
  12. 200
  13. Content-Type: application/json; charset=utf-8
  14. Content-Length: 64
  15. {"id":3,"user_id":1,"category_id":1,"content":"test (edited 3)"}