Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 926 Bytes

README.md

File metadata and controls

26 lines (26 loc) · 926 Bytes

habsat_backend mappings map

Add frame
post under /flightData-frame with flightData frame obj in body


Add frames
post under /flightData-frame/list with flightData frame objs in json-arr in body
Change whole frame
put under /flightData-frame/{id} with new flightData-frame obj in body, or eventually fields which would like to be changed. Nullable values or their lack in body will not throw error.
Get frames
get under /flightData-frame
Get frame
get under /flightData-frame/{id} with id as path variable
Delete frames
delete under /flightData-frame/~~deleteAll__webdev__access_265
Delete frame by id
delete under /~~deleteAll__webdev__access_265/{id} with id as path variable
Psql
user: habsat
pass: habsat