Bug 17607: Fix patron definition in Swagger
This patch makes the patron swagger definition match the DB schema. To test: - Run: $ prove t/db_dependent/api/v1/swagger/definitions.t => FAIL: 'lastseen' field is not declared in the swagger definition - Apply the patch - Run: $ prove t/db_dependent/api/v1/swagger/definitions.t => SUCCESS: Tests pass! - Sigh off :-D Sponsored-by: ByWater Solutions Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> All tests pass successfuly Signed-off-by: Lari Taskula <lari.taskula@jns.fi> Fixed a typo: seed -> seen Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
0a90892387
commit
2975c01020
1 changed files with 4 additions and 0 deletions
|
@ -269,6 +269,10 @@
|
|||
"updated_on": {
|
||||
"type": "string",
|
||||
"description": "time of last change could be useful for synchronization with external systems (among others)"
|
||||
},
|
||||
"lastseen": {
|
||||
"type": ["string", "null"],
|
||||
"description": "last time a patron has been seen (connected at the OPAC or staff interface)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue