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.

011_create_barcodes_column.log.skip 476B

12345678910111213141516171819202122232425
  1. POST /columns/barcodes
  2. {"name":"alternative_product_id","type":"integer","nullable":true,"fk":"products"}
  3. ===
  4. 200
  5. Content-Type: application/json
  6. Content-Length: 4
  7. true
  8. ===
  9. GET /columns/barcodes/alternative_product_id
  10. ===
  11. 200
  12. Content-Type: application/json
  13. Content-Length: 82
  14. {"name":"alternative_product_id","type":"integer","nullable":true,"fk":"products"}
  15. ===
  16. DELETE /columns/barcodes/alternative_product_id
  17. ===
  18. 200
  19. Content-Type: application/json
  20. Content-Length: 4
  21. true