Update Create interface to return object path.

Update the create interface to return the object path to
the progress tracker object.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: Icd2295daf437669e7e3e521bcb65c2503c23cc30
diff --git a/xyz/openbmc_project/Dump/Create.interface.yaml b/xyz/openbmc_project/Dump/Create.interface.yaml
index 140ba43..d17d537 100644
--- a/xyz/openbmc_project/Dump/Create.interface.yaml
+++ b/xyz/openbmc_project/Dump/Create.interface.yaml
@@ -15,10 +15,12 @@
       description: >
           Method to create a manual Dump.
       returns:
-        - name: Id
-          type: uint32
+        - name: Path
+          type: object_path
           description: >
-            The Dump entry id number.
+            The object path of the object that implements
+            xyz.openbmc_project.Common.Progress to track the progress
+            of the dump
       errors:
         - xyz.openbmc_project.Common.File.Error.Write
         - xyz.openbmc_project.Dump.Create.Error.Disabled