On 27-02-2015 12:41, Christy Perez wrote:
--- a/docs/API.md
+++ b/docs/API.md
@@ -651,6 +651,20 @@ server.
* failed: The task failed
* message: Human-readable details about the Task status
* target_uri: Resource URI related to the Task
+ * description: A more-detailed identifier for a task.
+ * VM task descriptions:
+ * clone
+ * create
+ * Storage descriptions:
+ * create
+ * clone
+ * Pool descriptions:
+ * create
+ * scan
+ * Debugreport descriptions:
+ * create
+ * Host SW Update descriptions:
+ * update
* **POST**: *See Task Actions*
The documentation above still doesn't refer to the snapshot creation.
The actual code is updated correctly, but I guess it should be included
in this "description".
Other than that, the patchset is fine.