Bug 22227: Make GET /cities staff only
[koha.git] / api / v1 / swagger / paths / cities.json
index 96bbe55..5779a48 100644 (file)
             "$ref": "../definitions.json#/error"
           }
         }
+      },
+      "x-koha-authorization": {
+        "permissions": {
+            "catalogue": "1"
+        }
       }
     },
     "post": {
             "$ref": "../definitions.json#/error"
           }
         }
+      },
+      "x-koha-authorization": {
+        "permissions": {
+            "catalogue": "1"
+        }
       }
     },
     "put": {