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

(-)a/api/v1/swagger/paths/erm_eholdings_packages.yaml (+15 lines)
Lines 113-118 Link Here
113
    produces:
113
    produces:
114
      - application/json
114
      - application/json
115
    parameters:
115
    parameters:
116
      - description: Provider name
117
        in: path
118
        name: provider
119
        required: true
120
        type: string
116
      - description: A JSON object containing information about the new package
121
      - description: A JSON object containing information about the new package
117
        in: body
122
        in: body
118
        name: body
123
        name: body
Lines 229-234 Link Here
229
    produces:
234
    produces:
230
      - application/json
235
      - application/json
231
    parameters:
236
    parameters:
237
      - description: Provider name
238
        in: path
239
        name: provider
240
        required: true
241
        type: string
232
      - $ref: "../swagger.yaml#/parameters/eholdings_package_id_pp"
242
      - $ref: "../swagger.yaml#/parameters/eholdings_package_id_pp"
233
      - name: body
243
      - name: body
234
        in: body
244
        in: body
Lines 291-296 Link Here
291
    produces:
301
    produces:
292
      - application/json
302
      - application/json
293
    parameters:
303
    parameters:
304
      - description: Provider name
305
        in: path
306
        name: provider
307
        required: true
308
        type: string
294
      - $ref: "../swagger.yaml#/parameters/eholdings_package_id_pp"
309
      - $ref: "../swagger.yaml#/parameters/eholdings_package_id_pp"
295
    responses:
310
    responses:
296
      204:
311
      204:
(-)a/api/v1/swagger/paths/erm_eholdings_titles.yaml (-1 / +15 lines)
Lines 190-195 Link Here
190
    produces:
190
    produces:
191
      - application/json
191
      - application/json
192
    parameters:
192
    parameters:
193
      - description: Provider name
194
        in: path
195
        name: provider
196
        required: true
197
        type: string
193
      - description: A JSON object containing information about the new title
198
      - description: A JSON object containing information about the new title
194
        in: body
199
        in: body
195
        name: body
200
        name: body
Lines 304-309 Link Here
304
    produces:
309
    produces:
305
      - application/json
310
      - application/json
306
    parameters:
311
    parameters:
312
      - description: Provider name
313
        in: path
314
        name: provider
315
        required: true
316
        type: string
307
      - $ref: "../swagger.yaml#/parameters/eholdings_title_id_pp"
317
      - $ref: "../swagger.yaml#/parameters/eholdings_title_id_pp"
308
      - name: body
318
      - name: body
309
        in: body
319
        in: body
Lines 366-371 Link Here
366
    produces:
376
    produces:
367
      - application/json
377
      - application/json
368
    parameters:
378
    parameters:
379
      - description: Provider name
380
        in: path
381
        name: provider
382
        required: true
383
        type: string
369
      - $ref: "../swagger.yaml#/parameters/eholdings_title_id_pp"
384
      - $ref: "../swagger.yaml#/parameters/eholdings_title_id_pp"
370
    responses:
385
    responses:
371
      204:
386
      204:
Lines 403-409 Link Here
403
    x-koha-authorization:
418
    x-koha-authorization:
404
      permissions:
419
      permissions:
405
        erm: 1
420
        erm: 1
406
407
/erm/eholdings/local/titles/import:
421
/erm/eholdings/local/titles/import:
408
  post:
422
  post:
409
    x-mojo-to: ERM::EHoldings::Titles#import_from_list
423
    x-mojo-to: ERM::EHoldings::Titles#import_from_list
(-)a/api/v1/swagger/paths/erm_eholdings_titles_resources.yaml (-1 / +5 lines)
Lines 9-14 Link Here
9
    produces:
9
    produces:
10
      - application/json
10
      - application/json
11
    parameters:
11
    parameters:
12
      - description: Provider name
13
        in: path
14
        name: provider
15
        required: true
16
        type: string
12
      - description: Case insensitive search on resource_id
17
      - description: Case insensitive search on resource_id
13
        in: query
18
        in: query
14
        name: resource_id
19
        name: resource_id
15
- 

Return to bug 33145