]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Add notes about object type filters in objects overview endpoint
authorMarcin Haba <marcin.haba@bacula.pl>
Thu, 15 Jun 2023 14:50:14 +0000 (16:50 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Mon, 3 Jul 2023 08:46:57 +0000 (10:46 +0200)
gui/baculum/protected/API/openapi_baculum.json

index 274f2752185748bd333b3b3b49807766d364b133..cb21cd964bb79652adf31d7a2ce8e8662725c0b8 100644 (file)
                                                "name": "objecttype",
                                                "in": "query",
                                                "required": false,
-                                               "description": "Object type, ex. 'm365' or 'PostgreSQL'",
+                                               "description": "Object type, ex. 'm365' or 'PostgreSQL' (works with object type items)",
                                                "schema": {
                                                        "type": "string"
                                                }
                                                "name": "objectname",
                                                "in": "query",
                                                "required": false,
-                                               "description": "Object name",
+                                               "description": "Object name (works with object type items)",
                                                "schema": {
                                                        "type": "string"
                                                }
                                                "name": "objectcategory",
                                                "in": "query",
                                                "required": false,
-                                               "description": "Object category, ex: 'mailbox'",
+                                               "description": "Object category, ex: 'mailbox' (works with object type items)",
                                                "schema": {
                                                        "type": "string"
                                                }
                                                "name": "objectsource",
                                                "in": "query",
                                                "required": false,
-                                               "description": "Object data source",
+                                               "description": "Object data source (works with object type items)",
                                                "schema": {
                                                        "type": "string"
                                                }
                                                "name": "objectuuid",
                                                "in": "query",
                                                "required": false,
-                                               "description": "Object UUID",
+                                               "description": "Object UUID (works with object type items)",
                                                "schema": {
                                                        "type": "string"
                                                }
                                                "name": "objectstatus",
                                                "in": "query",
                                                "required": false,
-                                               "description": "Object status ex: 'T', 'e' ...",
+                                               "description": "Object status ex: 'T', 'e' ... (works with object type items)",
                                                "schema": {
                                                        "type": "string"
                                                }