Skip to content

Commit 8dd3101

Browse files
authored
Merge pull request #63955 from nextcloud/backport/63949/stable35
[stable35] chore(deps): Update openapi-extractor to v1.9.1
2 parents e73bec8 + 776331a commit 8dd3101

3 files changed

Lines changed: 36 additions & 20 deletions

File tree

apps/sharing/openapi.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3519,17 +3519,25 @@
35193519
"in": "query",
35203520
"description": "State to filter by.",
35213521
"schema": {
3522-
"type": "string",
3523-
"nullable": true
3522+
"nullable": true,
3523+
"allOf": [
3524+
{
3525+
"$ref": "#/components/schemas/State"
3526+
}
3527+
]
35243528
}
35253529
},
35263530
{
35273531
"name": "filterUserStatus",
35283532
"in": "query",
35293533
"description": "User status to filter by.",
35303534
"schema": {
3531-
"type": "string",
3532-
"nullable": true
3535+
"nullable": true,
3536+
"allOf": [
3537+
{
3538+
"$ref": "#/components/schemas/UserStatus"
3539+
}
3540+
]
35333541
}
35343542
},
35353543
{

openapi.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40889,17 +40889,25 @@
4088940889
"in": "query",
4089040890
"description": "State to filter by.",
4089140891
"schema": {
40892-
"type": "string",
40893-
"nullable": true
40892+
"nullable": true,
40893+
"allOf": [
40894+
{
40895+
"$ref": "#/components/schemas/SharingState"
40896+
}
40897+
]
4089440898
}
4089540899
},
4089640900
{
4089740901
"name": "filterUserStatus",
4089840902
"in": "query",
4089940903
"description": "User status to filter by.",
4090040904
"schema": {
40901-
"type": "string",
40902-
"nullable": true
40905+
"nullable": true,
40906+
"allOf": [
40907+
{
40908+
"$ref": "#/components/schemas/SharingUserStatus"
40909+
}
40910+
]
4090340911
}
4090440912
},
4090540913
{

vendor-bin/openapi-extractor/composer.lock

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

0 commit comments

Comments
 (0)