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

(-)a/api/v1/swagger/paths/acquisitions_edifiles.yaml (-1 / +1 lines)
Lines 4-10 Link Here
4
    x-mojo-to: Acquisitions::Vendor::Edifact::Files#list
4
    x-mojo-to: Acquisitions::Vendor::Edifact::Files#list
5
    operationId: listEdifactFiles
5
    operationId: listEdifactFiles
6
    tags:
6
    tags:
7
      - edifiles
7
      - edi_files
8
    summary: List EDIFACT files
8
    summary: List EDIFACT files
9
    produces:
9
    produces:
10
      - application/json
10
      - application/json
(-)a/api/v1/swagger/swagger.yaml (-1 / +3 lines)
Lines 1039-1044 tags: Link Here
1039
  - description: "Manage patron clubs\n"
1039
  - description: "Manage patron clubs\n"
1040
    name: clubs
1040
    name: clubs
1041
    x-displayName: Clubs
1041
    x-displayName: Clubs
1042
  - description: "Manage EDI files\n"
1043
    name: edi_files
1044
    x-displayName: EDI files
1042
  - description: "Manage ERM agreements\n"
1045
  - description: "Manage ERM agreements\n"
1043
    name: erm_agreements
1046
    name: erm_agreements
1044
    x-displayName: ERM agreements
1047
    x-displayName: ERM agreements
1045
- 

Return to bug 36565