Bug 16497: (follow-up) Adapt to existing guidelines and RFC
[koha.git] / api / v1 / swagger / parameters / library.json
index 366581e..cb0da0b 100644 (file)
@@ -1,8 +1,8 @@
 {
-  "branchcodePathParam": {
-    "name": "branchcode",
+  "library_id_pp": {
+    "name": "library_id",
     "in": "path",
-    "description": "Branch identifier code",
+    "description": "Internal library identifier",
     "required": true,
     "type": "string"
   }