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 551-556 tags: Link Here
551
  - description: "Manage ILL requests\n"
551
  - description: "Manage ILL requests\n"
552
    name: illrequests
552
    name: illrequests
553
    x-displayName: ILL requests
553
    x-displayName: ILL requests
554
  - description: "Manage import batches\n"
555
    name: import_batches
556
    x-display-name: Import batches
554
  - description: "Manage items\n"
557
  - description: "Manage items\n"
555
    name: items
558
    name: items
556
    x-displayName: Items
559
    x-displayName: Items
557
- 

Return to bug 30854