Skip to content

Commit daea893

Browse files
authored
Merge pull request #318 from nextcloud/dependabot/composer/nextcloud/openapi-extractor-1.8.1
chore(deps-dev): Bump nextcloud/openapi-extractor from 1.5.3 to 1.8.1
2 parents 8dada91 + ba64477 commit daea893

2 files changed

Lines changed: 31 additions & 25 deletions

File tree

composer.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@
533533
"description": "Task type id. If null, tasks of all task types will be retrieved",
534534
"schema": {
535535
"type": "string",
536-
"nullable": true
536+
"nullable": true,
537+
"default": null
537538
}
538539
},
539540
{
@@ -648,12 +649,14 @@
648649
"filePath": {
649650
"type": "string",
650651
"nullable": true,
652+
"default": null,
651653
"description": "Path of the file to parse in the user's storage"
652654
},
653655
"fileId": {
654656
"type": "integer",
655657
"format": "int64",
656658
"nullable": true,
659+
"default": null,
657660
"description": "Id of the file to parse in the user's storage"
658661
}
659662
}
@@ -1179,6 +1182,7 @@
11791182
"filename": {
11801183
"type": "string",
11811184
"nullable": true,
1185+
"default": null,
11821186
"description": "The input file name"
11831187
}
11841188
}
@@ -2238,6 +2242,7 @@
22382242
"title": {
22392243
"type": "string",
22402244
"nullable": true,
2245+
"default": null,
22412246
"description": "The session title"
22422247
}
22432248
}
@@ -2642,6 +2647,7 @@
26422647
"attachments": {
26432648
"type": "array",
26442649
"nullable": true,
2650+
"default": null,
26452651
"description": "List of attachment objects",
26462652
"items": {
26472653
"type": "object",

0 commit comments

Comments
 (0)