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.

037_edit_category_with_binary_content_with_post.log 339B

12345678910111213141516171819
  1. ===
  2. PUT /records/categories/2
  3. Content-Type: application/x-www-form-urlencoded
  4. icon=4oKsIABhYmMACg1cYgA
  5. ===
  6. 200
  7. Content-Type: application/json; charset=utf-8
  8. Content-Length: 1
  9. 1
  10. ===
  11. GET /records/categories/2
  12. ===
  13. 200
  14. Content-Type: application/json; charset=utf-8
  15. Content-Length: 55
  16. {"id":2,"name":"article","icon":"4oKsIABhYmMACg1cYgA="}