From f8ab422d81d9a331b5f60a7fc24f368088384d91 Mon Sep 17 00:00:00 2001
From: provokateurin <kate@provokateurin.de>
Date: Mon, 8 Apr 2024 20:09:24 +0200
Subject: chore(deps): Update openapi-extractor

Signed-off-by: provokateurin <kate@provokateurin.de>
---
 apps/theming/openapi.json | 44 ++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 40 insertions(+), 4 deletions(-)

(limited to 'apps/theming/openapi.json')

diff --git a/apps/theming/openapi.json b/apps/theming/openapi.json
index 027804806df..072b1897f69 100644
--- a/apps/theming/openapi.json
+++ b/apps/theming/openapi.json
@@ -691,9 +691,27 @@
                     "400": {
                         "description": "Enabling theme is not possible",
                         "content": {
-                            "text/plain": {
+                            "application/json": {
                                 "schema": {
-                                    "type": "string"
+                                    "type": "object",
+                                    "required": [
+                                        "ocs"
+                                    ],
+                                    "properties": {
+                                        "ocs": {
+                                            "type": "object",
+                                            "required": [
+                                                "meta",
+                                                "data"
+                                            ],
+                                            "properties": {
+                                                "meta": {
+                                                    "$ref": "#/components/schemas/OCSMeta"
+                                                },
+                                                "data": {}
+                                            }
+                                        }
+                                    }
                                 }
                             }
                         }
@@ -779,9 +797,27 @@
                     "400": {
                         "description": "Disabling theme is not possible",
                         "content": {
-                            "text/plain": {
+                            "application/json": {
                                 "schema": {
-                                    "type": "string"
+                                    "type": "object",
+                                    "required": [
+                                        "ocs"
+                                    ],
+                                    "properties": {
+                                        "ocs": {
+                                            "type": "object",
+                                            "required": [
+                                                "meta",
+                                                "data"
+                                            ],
+                                            "properties": {
+                                                "meta": {
+                                                    "$ref": "#/components/schemas/OCSMeta"
+                                                },
+                                                "data": {}
+                                            }
+                                        }
+                                    }
                                 }
                             }
                         }
-- 
cgit v1.2.3