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

(-)a/api/v1/swagger/definitions/library.yaml (-1 / +3 lines)
Lines 29-34 properties: Link Here
29
      - string
29
      - string
30
      - "null"
30
      - "null"
31
    description: the postal code of the library
31
    description: the postal code of the library
32
    maxLength: 25
32
  city:
33
  city:
33
    type:
34
    type:
34
      - string
35
      - string
Lines 84-89 properties: Link Here
84
      - string
85
      - string
85
      - "null"
86
      - "null"
86
    description: the IP address for your library or branch
87
    description: the IP address for your library or branch
88
    maxLength: 15
87
  notes:
89
  notes:
88
    type:
90
    type:
89
      - string
91
      - string
Lines 101-106 properties: Link Here
101
    description: MARC Organization Code, see
103
    description: MARC Organization Code, see
102
      http://www.loc.gov/marc/organizations/orgshome.html, when empty defaults
104
      http://www.loc.gov/marc/organizations/orgshome.html, when empty defaults
103
      to syspref MARCOrgCode
105
      to syspref MARCOrgCode
106
    maxLength: 16
104
  pickup_location:
107
  pickup_location:
105
    type: boolean
108
    type: boolean
106
    description: If the library can act as a pickup location
109
    description: If the library can act as a pickup location
107
- 

Return to bug 40177