summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Object
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2016-11-10 08:40:58 -0500
committerBrad Bishop <bradleyb@us.ibm.com>2016-11-10 08:44:09 -0500
commit234df5f40cacb55afa9a62a0d2256f931e8f405a (patch)
tree71f8276afc988613cc7fa0b78a0d96d610724fdb /xyz/openbmc_project/Object
parenta948d268ffed67381d75fe17607fd84ecb498e8b (diff)
downloadphosphor-dbus-interfaces-234df5f40cacb55afa9a62a0d2256f931e8f405a.tar.gz
phosphor-dbus-interfaces-234df5f40cacb55afa9a62a0d2256f931e8f405a.zip
Document existing Object.Delete interface
This interfaces is mainly used by a REST implementation to handle HTTP DELETE requests. Change-Id: I7c1d00f05f5bd064a0294a7006f1bd7974a57aff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'xyz/openbmc_project/Object')
-rw-r--r--xyz/openbmc_project/Object/Delete.interface.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Object/Delete.interface.yaml b/xyz/openbmc_project/Object/Delete.interface.yaml
new file mode 100644
index 0000000..bcddbeb
--- /dev/null
+++ b/xyz/openbmc_project/Object/Delete.interface.yaml
@@ -0,0 +1,8 @@
+description: >
+ Implement to provide object removal.
+methods:
+ - name: Delete
+ description: >
+ Delete the object implementing Delete.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud