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

(-)a/api/v1/definitions/index.json (-2 / +2 lines)
Lines 1-4 Link Here
1
{
1
{
2
    "patron": "patron.json",
2
    "patron": { "$ref": "patron.json" },
3
    "error": "error.json"
3
    "error": { "$ref": "error.json" }
4
}
4
}
(-)a/api/v1/definitions/patron.json (-1 / +1 lines)
Lines 270-272 Link Here
270
          "description": "patron's privacy settings related to their reading history"
270
          "description": "patron's privacy settings related to their reading history"
271
        }
271
        }
272
      }
272
      }
273
- 
273
}

Return to bug 13799