stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Fix kit models creation response fields #274

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

Response from create kit model:

{
    "kitID": 20,
    "modelID": 86,
    "quantity": 1
}

Response from get kit model (one kit model from "get all kit models"):

{
    "brand": "Nature Valley ",
    "brandID": 77,
     "kitID": 20,
     "model": "Granola Bar ",
     "modelID": 86,
     "quantity": 3
}