Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Create flavor "update" endpoint #40

Closed greenmoss closed 7 years ago

greenmoss commented 7 years ago

Goal: provide a flavor ID and a file, which updates the flavor in the database using the information from the file (packages, files, etc)

To support multi-file uploads for a flavor, we will upload them using multiple POST requests. The first POST request creates a new flavor, and returns a flavor ID. Subsequent POST requests update the flavor.

This same technique will be used for comparisons.

greenmoss commented 7 years ago

Deferring multiple POST requests for now; single POST request is fine