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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5178,7 +5178,7 @@
5178
5178
"delete": {
5179
5179
"operationId": "photo-delete-folder",
5180
5180
"summary": "Delete a photo folder",
5181
-
"description": "Photos in this folder are moved to the board root.",
5181
+
"description": "When deleteContents is false (default), photos are moved to the board root. When true, the folder and all its photos (including files) are permanently deleted.",
5182
5182
"tags": [
5183
5183
"photo"
5184
5184
],
@@ -5211,6 +5211,15 @@
5211
5211
"format": "int64"
5212
5212
}
5213
5213
},
5214
+
{
5215
+
"name": "deleteContents",
5216
+
"in": "query",
5217
+
"description": "Whether to also delete photos inside the folder.",
0 commit comments