Skip to content

grupacosmo/habsat-flight-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published