mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-17 17:28:01 +00:00
feat: allow adding one-off list items
This commit is contained in:
15
openapi.json
15
openapi.json
@@ -295,6 +295,7 @@
|
||||
"doneBy",
|
||||
"rrule",
|
||||
"repeatFromCompletion",
|
||||
"deleteOnDone",
|
||||
"nextDueAt",
|
||||
"imageFileId",
|
||||
"imageUploadedBy",
|
||||
@@ -346,6 +347,9 @@
|
||||
"repeatFromCompletion": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"deleteOnDone": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"nextDueAt": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
@@ -1950,6 +1954,11 @@
|
||||
"default": false,
|
||||
"description": "If true, the next occurrence is measured from when the item is marked done; if false, the schedule is anchored at item creation."
|
||||
},
|
||||
"deleteOnDone": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the item is deleted when marked done."
|
||||
},
|
||||
"sortOrder": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
@@ -2115,6 +2124,12 @@
|
||||
"default": null,
|
||||
"description": "New recurrence anchor mode."
|
||||
},
|
||||
"deleteOnDone": {
|
||||
"type": "boolean",
|
||||
"nullable": true,
|
||||
"default": null,
|
||||
"description": "If true, the item is deleted when marked done."
|
||||
},
|
||||
"imageFileId": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
||||
Reference in New Issue
Block a user