Skip to content
Snippets Groups Projects

feat: added new date field that shows when the guest was created to the backend

Merged Hiercine Ndaie requested to merge addNewDateField into main
2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -269,6 +269,8 @@ components:
$ref: '#/components/schemas/GuestAge'
numberInHousehold:
$ref: '#/components/schemas/NumberInHousehold'
firstEntryDate:
$ref: '#/components/schemas/FirstEntryDate'
required:
- wsuID
- resident
@@ -349,6 +351,10 @@ components:
- breakfast
- lunch
- SFSP
FirstEntryDate:
type: string
format: date
description: The date of the first visit to the pantry.
APIVersion:
example: 1.2.3
description: Current operating version of the API
Loading