Skip to content

Unique constraint on data and datalink

Imane Messak requested to merge unique_data_datalink into dev
  • make the datalink and data unique together
  • Endpoint "POST" datalink
    • Verification that dataLink with the same data and node:
      • 200 return the existing one
      • 201 create a new one
  • Endpoint "POST" data
    • Verification that data with the same external_id:
      • 200 return the existing one
      • 201 create a new one

Merge request reports