View | Details | Raw Unified | Return to bug 40517
Collapse All | Expand All

(-)a/api/v1/swagger/paths/patrons_hold_groups.yaml (+1 lines)
Lines 74-79 Link Here
74
      - hold_groups
74
      - hold_groups
75
    summary: Add hold group. May contain hold ids of existing holds
75
    summary: Add hold group. May contain hold ids of existing holds
76
    parameters:
76
    parameters:
77
      - $ref: "../swagger.yaml#/parameters/patron_id_pp"
77
      - name: body
78
      - name: body
78
        in: body
79
        in: body
79
        description: A JSON object containing informations about the new hold group
80
        description: A JSON object containing informations about the new hold group
(-)a/api/v1/swagger/swagger.yaml (-1 / +3 lines)
Lines 1261-1266 tags: Link Here
1261
  - description: "Manage holds\n"
1261
  - description: "Manage holds\n"
1262
    name: holds
1262
    name: holds
1263
    x-displayName: Holds
1263
    x-displayName: Holds
1264
  - description: "Manage hold groups\n"
1265
    name: hold_groups
1266
    x-displayName: Hold groups
1264
  - description: "Manage identity providers\n"
1267
  - description: "Manage identity providers\n"
1265
    name: identity_providers
1268
    name: identity_providers
1266
    x-displayName: Identity providers
1269
    x-displayName: Identity providers
1267
- 

Return to bug 40517