mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-18 01:28:57 +00:00
chore: add missing description field in open api
This commit is contained in:
@@ -42,6 +42,7 @@ namespace OCA\Pantry;
|
||||
* id: int,
|
||||
* listId: int,
|
||||
* name: string,
|
||||
* description: string|null,
|
||||
* categoryId: int|null,
|
||||
* quantity: string|null,
|
||||
* done: bool,
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"id",
|
||||
"listId",
|
||||
"name",
|
||||
"description",
|
||||
"categoryId",
|
||||
"quantity",
|
||||
"done",
|
||||
@@ -313,6 +314,10 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"categoryId": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
||||
Reference in New Issue
Block a user