-
Notifications
You must be signed in to change notification settings - Fork 2
API Routes
Emily Parkes edited this page Jun 14, 2023
·
12 revisions
returns
[{}]
sends
{
"clayId": 1,
"glazes": [{"id": 1, "glaze": "Clear"}],
"name": "Espresso mini",
"note": "hi",
"shapeId": 1,
"statusId": 1,
"weight": "123"
}
returns
{
"id": 12,
"clayId": 1,
"clay": "White",
"shapeId": 1,
"shape": "Coffee Cup",
"statusId": 1,
"status": "Wet",
"weightLeatherHard": null,
"weightBoneDry": null,
"weightBisqueFired": null,
"weightGlazed": null,
"weightComplete": null,
"dateCreated": null,
"dateComplete": null,
"description": null,
"note": "hi",
"name": "Espresso mini",
"imgLeatherHard": null,
"imgBisqueFired": null,
"imgGlazed": null,
"imgComplete": null,
"imgGallery": null,
"glazes": [
{
"id": 1,
"glaze": "Clear"
}
]
}