Skip to content

Commit 59df7dd

Browse files
Merge pull request #2482 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.8.2
build(deps-dev): Bump nextcloud/openapi-extractor from 1.8.1 to 1.8.2 in /vendor-bin/openapi-extractor
2 parents c6a149a + 490ff48 commit 59df7dd

6 files changed

Lines changed: 895 additions & 67 deletions

File tree

openapi-administration.json

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,62 @@
390390
}
391391
}
392392
}
393+
},
394+
"401": {
395+
"description": "Current user is not logged in",
396+
"content": {
397+
"application/json": {
398+
"schema": {
399+
"type": "object",
400+
"required": [
401+
"ocs"
402+
],
403+
"properties": {
404+
"ocs": {
405+
"type": "object",
406+
"required": [
407+
"meta",
408+
"data"
409+
],
410+
"properties": {
411+
"meta": {
412+
"$ref": "#/components/schemas/OCSMeta"
413+
},
414+
"data": {}
415+
}
416+
}
417+
}
418+
}
419+
}
420+
}
421+
},
422+
"403": {
423+
"description": "Logged in account must be an admin",
424+
"content": {
425+
"application/json": {
426+
"schema": {
427+
"type": "object",
428+
"required": [
429+
"ocs"
430+
],
431+
"properties": {
432+
"ocs": {
433+
"type": "object",
434+
"required": [
435+
"meta",
436+
"data"
437+
],
438+
"properties": {
439+
"meta": {
440+
"$ref": "#/components/schemas/OCSMeta"
441+
},
442+
"data": {}
443+
}
444+
}
445+
}
446+
}
447+
}
448+
}
393449
}
394450
}
395451
}
@@ -549,6 +605,62 @@
549605
}
550606
}
551607
}
608+
},
609+
"401": {
610+
"description": "Current user is not logged in",
611+
"content": {
612+
"application/json": {
613+
"schema": {
614+
"type": "object",
615+
"required": [
616+
"ocs"
617+
],
618+
"properties": {
619+
"ocs": {
620+
"type": "object",
621+
"required": [
622+
"meta",
623+
"data"
624+
],
625+
"properties": {
626+
"meta": {
627+
"$ref": "#/components/schemas/OCSMeta"
628+
},
629+
"data": {}
630+
}
631+
}
632+
}
633+
}
634+
}
635+
}
636+
},
637+
"403": {
638+
"description": "Logged in account must be an admin",
639+
"content": {
640+
"application/json": {
641+
"schema": {
642+
"type": "object",
643+
"required": [
644+
"ocs"
645+
],
646+
"properties": {
647+
"ocs": {
648+
"type": "object",
649+
"required": [
650+
"meta",
651+
"data"
652+
],
653+
"properties": {
654+
"meta": {
655+
"$ref": "#/components/schemas/OCSMeta"
656+
},
657+
"data": {}
658+
}
659+
}
660+
}
661+
}
662+
}
663+
}
552664
}
553665
}
554666
}
@@ -651,6 +763,62 @@
651763
}
652764
}
653765
}
766+
},
767+
"401": {
768+
"description": "Current user is not logged in",
769+
"content": {
770+
"application/json": {
771+
"schema": {
772+
"type": "object",
773+
"required": [
774+
"ocs"
775+
],
776+
"properties": {
777+
"ocs": {
778+
"type": "object",
779+
"required": [
780+
"meta",
781+
"data"
782+
],
783+
"properties": {
784+
"meta": {
785+
"$ref": "#/components/schemas/OCSMeta"
786+
},
787+
"data": {}
788+
}
789+
}
790+
}
791+
}
792+
}
793+
}
794+
},
795+
"403": {
796+
"description": "Logged in account must be an admin",
797+
"content": {
798+
"application/json": {
799+
"schema": {
800+
"type": "object",
801+
"required": [
802+
"ocs"
803+
],
804+
"properties": {
805+
"ocs": {
806+
"type": "object",
807+
"required": [
808+
"meta",
809+
"data"
810+
],
811+
"properties": {
812+
"meta": {
813+
"$ref": "#/components/schemas/OCSMeta"
814+
},
815+
"data": {}
816+
}
817+
}
818+
}
819+
}
820+
}
821+
}
654822
}
655823
}
656824
}

0 commit comments

Comments
 (0)