Skip to content

Commit 4c3ad2e

Browse files
Merge pull request #54643 from nextcloud/chore/deps/openapi-extractor-v1.8.2
2 parents 2f4a8bb + 5283bb7 commit 4c3ad2e

File tree

28 files changed

+17164
-857
lines changed

28 files changed

+17164
-857
lines changed

apps/dashboard/openapi.json

Lines changed: 196 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,34 @@
267267
}
268268
}
269269
}
270+
},
271+
"401": {
272+
"description": "Current user is not logged in",
273+
"content": {
274+
"application/json": {
275+
"schema": {
276+
"type": "object",
277+
"required": [
278+
"ocs"
279+
],
280+
"properties": {
281+
"ocs": {
282+
"type": "object",
283+
"required": [
284+
"meta",
285+
"data"
286+
],
287+
"properties": {
288+
"meta": {
289+
"$ref": "#/components/schemas/OCSMeta"
290+
},
291+
"data": {}
292+
}
293+
}
294+
}
295+
}
296+
}
297+
}
270298
}
271299
}
272300
}
@@ -363,6 +391,34 @@
363391
}
364392
}
365393
}
394+
},
395+
"401": {
396+
"description": "Current user is not logged in",
397+
"content": {
398+
"application/json": {
399+
"schema": {
400+
"type": "object",
401+
"required": [
402+
"ocs"
403+
],
404+
"properties": {
405+
"ocs": {
406+
"type": "object",
407+
"required": [
408+
"meta",
409+
"data"
410+
],
411+
"properties": {
412+
"meta": {
413+
"$ref": "#/components/schemas/OCSMeta"
414+
},
415+
"data": {}
416+
}
417+
}
418+
}
419+
}
420+
}
421+
}
366422
}
367423
}
368424
}
@@ -427,6 +483,34 @@
427483
}
428484
}
429485
}
486+
},
487+
"401": {
488+
"description": "Current user is not logged in",
489+
"content": {
490+
"application/json": {
491+
"schema": {
492+
"type": "object",
493+
"required": [
494+
"ocs"
495+
],
496+
"properties": {
497+
"ocs": {
498+
"type": "object",
499+
"required": [
500+
"meta",
501+
"data"
502+
],
503+
"properties": {
504+
"meta": {
505+
"$ref": "#/components/schemas/OCSMeta"
506+
},
507+
"data": {}
508+
}
509+
}
510+
}
511+
}
512+
}
513+
}
430514
}
431515
}
432516
}
@@ -499,6 +583,34 @@
499583
}
500584
}
501585
}
586+
},
587+
"401": {
588+
"description": "Current user is not logged in",
589+
"content": {
590+
"application/json": {
591+
"schema": {
592+
"type": "object",
593+
"required": [
594+
"ocs"
595+
],
596+
"properties": {
597+
"ocs": {
598+
"type": "object",
599+
"required": [
600+
"meta",
601+
"data"
602+
],
603+
"properties": {
604+
"meta": {
605+
"$ref": "#/components/schemas/OCSMeta"
606+
},
607+
"data": {}
608+
}
609+
}
610+
}
611+
}
612+
}
613+
}
502614
}
503615
}
504616
},
@@ -591,6 +703,34 @@
591703
}
592704
}
593705
}
706+
},
707+
"401": {
708+
"description": "Current user is not logged in",
709+
"content": {
710+
"application/json": {
711+
"schema": {
712+
"type": "object",
713+
"required": [
714+
"ocs"
715+
],
716+
"properties": {
717+
"ocs": {
718+
"type": "object",
719+
"required": [
720+
"meta",
721+
"data"
722+
],
723+
"properties": {
724+
"meta": {
725+
"$ref": "#/components/schemas/OCSMeta"
726+
},
727+
"data": {}
728+
}
729+
}
730+
}
731+
}
732+
}
733+
}
594734
}
595735
}
596736
}
@@ -663,6 +803,34 @@
663803
}
664804
}
665805
}
806+
},
807+
"401": {
808+
"description": "Current user is not logged in",
809+
"content": {
810+
"application/json": {
811+
"schema": {
812+
"type": "object",
813+
"required": [
814+
"ocs"
815+
],
816+
"properties": {
817+
"ocs": {
818+
"type": "object",
819+
"required": [
820+
"meta",
821+
"data"
822+
],
823+
"properties": {
824+
"meta": {
825+
"$ref": "#/components/schemas/OCSMeta"
826+
},
827+
"data": {}
828+
}
829+
}
830+
}
831+
}
832+
}
833+
}
666834
}
667835
}
668836
},
@@ -755,6 +923,34 @@
755923
}
756924
}
757925
}
926+
},
927+
"401": {
928+
"description": "Current user is not logged in",
929+
"content": {
930+
"application/json": {
931+
"schema": {
932+
"type": "object",
933+
"required": [
934+
"ocs"
935+
],
936+
"properties": {
937+
"ocs": {
938+
"type": "object",
939+
"required": [
940+
"meta",
941+
"data"
942+
],
943+
"properties": {
944+
"meta": {
945+
"$ref": "#/components/schemas/OCSMeta"
946+
},
947+
"data": {}
948+
}
949+
}
950+
}
951+
}
952+
}
953+
}
758954
}
759955
}
760956
}

0 commit comments

Comments
 (0)