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

(-)a/api/v1/swagger/paths/import_record_matches.yaml (-2 / +2 lines)
Lines 4-10 Link Here
4
    x-mojo-to: ImportRecordMatches#set_chosen
4
    x-mojo-to: ImportRecordMatches#set_chosen
5
    operationId: setChosen
5
    operationId: setChosen
6
    tags:
6
    tags:
7
      - import_record_matches
7
      - import_batches
8
    parameters:
8
    parameters:
9
      - name: import_batch_id
9
      - name: import_batch_id
10
        in: path
10
        in: path
Lines 65-71 Link Here
65
    x-mojo-to: ImportRecordMatches#unset_chosen
65
    x-mojo-to: ImportRecordMatches#unset_chosen
66
    operationId: unsetChosen
66
    operationId: unsetChosen
67
    tags:
67
    tags:
68
      - import_record_matches
68
      - import_batches
69
    parameters:
69
    parameters:
70
      - name: import_batch_id
70
      - name: import_batch_id
71
        in: path
71
        in: path
(-)a/api/v1/swagger/swagger.yaml (-1 / +3 lines)
Lines 554-559 tags: Link Here
554
  - description: "Manage ILL requests\n"
554
  - description: "Manage ILL requests\n"
555
    name: illrequests
555
    name: illrequests
556
    x-displayName: ILL requests
556
    x-displayName: ILL requests
557
  - description: "Manage import batches\n"
558
    name: import_batches
559
    x-display-name: Import batches
557
  - description: "Manage items\n"
560
  - description: "Manage items\n"
558
    name: items
561
    name: items
559
    x-displayName: Items
562
    x-displayName: Items
560
- 

Return to bug 30854