You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: