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.
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.