]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(OpenAPI): Regenerate 45249/head
authorprovokateurin <kate@provokateurin.de>
Mon, 8 Jul 2024 10:21:17 +0000 (12:21 +0200)
committerprovokateurin <kate@provokateurin.de>
Mon, 8 Jul 2024 10:21:17 +0000 (12:21 +0200)
Signed-off-by: provokateurin <kate@provokateurin.de>
apps/provisioning_api/openapi-administration.json
apps/provisioning_api/openapi-full.json

index cc219f465b27976fa3c3fb853d6188a5b87068b9..532bf684976ffb105dbce6e59231b8802f5a15a2 100644 (file)
                         "basic_auth": []
                     }
                 ],
-                "parameters": [
-                    {
-                        "name": "search",
-                        "in": "query",
-                        "description": "Text to search for",
-                        "schema": {
-                            "type": "string",
-                            "default": ""
-                        }
-                    },
-                    {
-                        "name": "limit",
-                        "in": "query",
-                        "description": "Limit the amount of users returned",
-                        "schema": {
-                            "type": "integer",
-                            "format": "int64",
-                            "nullable": true
-                        }
-                    },
-                    {
-                        "name": "offset",
-                        "in": "query",
-                        "description": "Offset",
-                        "schema": {
-                            "type": "integer",
-                            "format": "int64",
-                            "default": 0
+                "requestBody": {
+                    "required": false,
+                    "content": {
+                        "application/json": {
+                            "schema": {
+                                "type": "object",
+                                "properties": {
+                                    "search": {
+                                        "type": "string",
+                                        "default": "",
+                                        "description": "Text to search for"
+                                    },
+                                    "limit": {
+                                        "type": "integer",
+                                        "format": "int64",
+                                        "nullable": true,
+                                        "description": "Limit the amount of users returned"
+                                    },
+                                    "offset": {
+                                        "type": "integer",
+                                        "format": "int64",
+                                        "default": 0,
+                                        "description": "Offset"
+                                    }
+                                }
+                            }
                         }
-                    },
+                    }
+                },
+                "parameters": [
                     {
                         "name": "OCS-APIRequest",
                         "in": "header",
index ce916732cae233c38c6b62e016e77a2d874c75e3..4c7b1b2e29a67073afaf51e22e890cc833be1018 100644 (file)
                         "basic_auth": []
                     }
                 ],
-                "parameters": [
-                    {
-                        "name": "search",
-                        "in": "query",
-                        "description": "Text to search for",
-                        "schema": {
-                            "type": "string",
-                            "default": ""
-                        }
-                    },
-                    {
-                        "name": "limit",
-                        "in": "query",
-                        "description": "Limit the amount of users returned",
-                        "schema": {
-                            "type": "integer",
-                            "format": "int64",
-                            "nullable": true
-                        }
-                    },
-                    {
-                        "name": "offset",
-                        "in": "query",
-                        "description": "Offset",
-                        "schema": {
-                            "type": "integer",
-                            "format": "int64",
-                            "default": 0
+                "requestBody": {
+                    "required": false,
+                    "content": {
+                        "application/json": {
+                            "schema": {
+                                "type": "object",
+                                "properties": {
+                                    "search": {
+                                        "type": "string",
+                                        "default": "",
+                                        "description": "Text to search for"
+                                    },
+                                    "limit": {
+                                        "type": "integer",
+                                        "format": "int64",
+                                        "nullable": true,
+                                        "description": "Limit the amount of users returned"
+                                    },
+                                    "offset": {
+                                        "type": "integer",
+                                        "format": "int64",
+                                        "default": 0,
+                                        "description": "Offset"
+                                    }
+                                }
+                            }
                         }
-                    },
+                    }
+                },
+                "parameters": [
                     {
                         "name": "OCS-APIRequest",
                         "in": "header",