Bug 18403: REST API - patrons endpoint
[koha.git] / api / v1 / swagger / paths / holds.json
index b2f542a..6bbcd40 100644 (file)
         "allow-owner": true,
         "allow-guarantor": true,
         "permissions": {
-          "borrowers": "1"
+          "borrowers": "edit_borrowers"
         }
       }
     },
                 "description": "Hold end date",
                 "type": "string",
                 "format": "date"
+              },
+              "itemtype": {
+                "description": "Limit hold on one itemtype (ignored for item-level holds)",
+                "type": "string"
               }
             }
           }