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

(-)a/Koha/Library.pm (+2 lines)
Lines 353-358 sub to_api_mapping { Link Here
353
        branchip         => 'ip',
353
        branchip         => 'ip',
354
        branchnotes      => 'notes',
354
        branchnotes      => 'notes',
355
        marcorgcode      => 'marc_org_code',
355
        marcorgcode      => 'marc_org_code',
356
        usercss          => undef,
357
        userjs           => undef
356
    };
358
    };
357
}
359
}
358
360
(-)a/api/v1/swagger/definitions/library.yaml (-11 lines)
Lines 107-122 properties: Link Here
107
  public:
107
  public:
108
    type: boolean
108
    type: boolean
109
    description: If the library is visible to the public
109
    description: If the library is visible to the public
110
  userjs:
111
    type:
112
      - string
113
      - "null"
114
    description: Any branch-specific UserJS for the OPAC
115
  usercss:
116
    type:
117
      - string
118
      - "null"
119
    description: Any branch-specific UserCSS for the OPAC
120
  smtp_server:
110
  smtp_server:
121
    type:
111
    type:
122
      - object
112
      - object
123
- 

Return to bug 32721