The Warehouse REST API allows to create, fetch and update existing models, but the interface is slightly different. I want to be able to POST a new model (say a sample), then GET the values from the warehouse, and PUT updated values. The main issue is that term list values return labels rather than warehouse IDs, so I cannot PUT the values I received from the GET request.
The Warehouse REST API allows to create, fetch and update existing models, but the interface is slightly different. I want to be able to POST a new model (say a sample), then GET the values from the warehouse, and PUT updated values. The main issue is that term list values return labels rather than warehouse IDs, so I cannot PUT the values I received from the GET request.
POST
GET
PUT