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.

073_multi_tenancy_kunsthandvaerk.log 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ===
  2. POST /records/kunsthåndværk
  3. {"id":"b55decba-8eb5-436b-af3e-148f7b4eacda","Umlauts ä_ö_ü-COUNT":4,"user_id":2}
  4. ===
  5. 200
  6. Content-Type: application/json; charset=utf-8
  7. Content-Length: 38
  8. "b55decba-8eb5-436b-af3e-148f7b4eacda"
  9. ===
  10. GET /records/kunsthåndværk/b55decba-8eb5-436b-af3e-148f7b4eacda
  11. ===
  12. 200
  13. Content-Type: application/json; charset=utf-8
  14. Content-Length: 104
  15. {"id":"b55decba-8eb5-436b-af3e-148f7b4eacda","Umlauts ä_ö_ü-COUNT":4,"user_id":1,"invisible_id":null}
  16. ===
  17. PUT /records/kunsthåndværk/b55decba-8eb5-436b-af3e-148f7b4eacda
  18. {"id":"b55decba-8eb5-436b-af3e-148f7b4eacda","Umlauts ä_ö_ü-COUNT":4,"user_id":2}
  19. ===
  20. 200
  21. Content-Type: application/json; charset=utf-8
  22. Content-Length: 1
  23. 1
  24. ===
  25. GET /records/kunsthåndværk/b55decba-8eb5-436b-af3e-148f7b4eacda
  26. ===
  27. 200
  28. Content-Type: application/json; charset=utf-8
  29. Content-Length: 104
  30. {"id":"b55decba-8eb5-436b-af3e-148f7b4eacda","Umlauts ä_ö_ü-COUNT":4,"user_id":1,"invisible_id":null}
  31. ===
  32. DELETE /records/kunsthåndværk/e31ecfe6-591f-4660-9fbd-1a232083037f
  33. ===
  34. 200
  35. Content-Type: application/json; charset=utf-8
  36. Content-Length: 1
  37. 0
  38. ===
  39. DELETE /records/kunsthåndværk/b55decba-8eb5-436b-af3e-148f7b4eacda
  40. ===
  41. 200
  42. Content-Type: application/json; charset=utf-8
  43. Content-Length: 1
  44. 1