LubeAndTangerines / data-management-service

Microservice to store and transact data for Lube & Tangerines applications
1 stars 0 forks source link

New endpoints for piles and a supporting controller #4

Open MarkusTarn opened 6 years ago

MarkusTarn commented 6 years ago

GET api/v1/piles/:pileID // Get data on specific pile POST api/v1/piles // Create new pile PATCH api/v1/piles/:pileID?name=”” // Change pile's description