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

(-)a/api/v1/swagger/definitions/library.json (-1 / +4 lines)
Lines 72-77 Link Here
72
    "opac_info": {
72
    "opac_info": {
73
      "type": [ "string", "null" ],
73
      "type": [ "string", "null" ],
74
      "description": "HTML that displays in OPAC"
74
      "description": "HTML that displays in OPAC"
75
    },
76
    "pickup_location": {
77
      "type": ["string", "null"],
78
      "description": "can your library be listed as a pickup location for holds"
75
    }
79
    }
76
  }
80
  }
77
}
81
}
78
- 

Return to bug 18102