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
Copy file name to clipboardExpand all lines: openapi.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2509,7 +2509,7 @@
2509
2509
"post": {
2510
2510
"operationId": "checklist-upload-item-image",
2511
2511
"summary": "Upload an image for an item",
2512
-
"description": "Uploads the request body as an image into the user's configured pantry image folder and attaches it to the item.",
2512
+
"description": "Expects a multipart/form-data request with the image file in a field named **image**.",
2513
2513
"tags": [
2514
2514
"checklist"
2515
2515
],
@@ -5576,6 +5576,7 @@
5576
5576
"post": {
5577
5577
"operationId": "photo-upload-photo",
5578
5578
"summary": "Upload a photo",
5579
+
"description": "Expects a multipart/form-data request with the image file in a field named **image**. The optional folderId and caption may be sent as additional form fields.",
0 commit comments