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

(-)a/Koha/Library.pm (-1 lines)
Lines 371-377 sub to_api_mapping { Link Here
371
        marcorgcode      => 'marc_org_code',
371
        marcorgcode      => 'marc_org_code',
372
        opacusercss      => undef,
372
        opacusercss      => undef,
373
        opacuserjs       => undef,
373
        opacuserjs       => undef,
374
        library_color    => undef
375
    };
374
    };
376
}
375
}
377
376
(-)a/api/v1/swagger/definitions/library.yaml (-1 / +5 lines)
Lines 94-99 properties: Link Here
94
      - string
94
      - string
95
      - "null"
95
      - "null"
96
    description: geolocation of your library
96
    description: geolocation of your library
97
  library_color:
98
    type:
99
      - string
100
      - "null"
101
    description: the library color
97
  marc_org_code:
102
  marc_org_code:
98
    type:
103
    type:
99
      - string
104
      - string
100
- 

Return to bug 37054