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
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

007_update_barcodes_product_id_fk.log.skip 512B

1234567891011121314151617181920212223242526272829303132333435
  1. PUT /columns/barcodes/product_id
  2. {"fk":""}
  3. ===
  4. 200
  5. Content-Type: application/json
  6. Content-Length: 4
  7. true
  8. ===
  9. GET /columns/barcodes/product_id
  10. ===
  11. 200
  12. Content-Type: application/json
  13. Content-Length: 38
  14. {"name":"product_id","type":"integer"}
  15. ===
  16. PUT /columns/barcodes/product_id
  17. {"fk":"products"}
  18. ===
  19. 200
  20. Content-Type: application/json
  21. Content-Length: 4
  22. true
  23. ===
  24. GET /columns/barcodes/product_id
  25. ===
  26. 200
  27. Content-Type: application/json
  28. Content-Length: 54
  29. {"name":"product_id","type":"integer","fk":"products"}