Add api ref for delete of attributes

Change-Id: I18feb8445ecd8e823f72fe74a7fab80b87c7ed29
This commit is contained in:
songwenping 2023-03-20 16:59:04 +08:00 committed by zhangbailin
parent aa16c5a6d2
commit f48c250854

View File

@ -4,7 +4,7 @@
Attributes
++++++++++
Lists, shows details, creates for attributes.
Lists, shows details, creates and deletes for attributes.
A `attribute` represents the trait of a physical card like FPGA or GPU.
@ -102,3 +102,10 @@ Request
**Example response: create an attribute**
.. literalinclude:: ../../doc/api_samples/attributes/attributes-create-resp.json
Delete One Attribute by uuid
----------------------------
.. rest_method:: DELETE /v2/attributes/{attribute_uuid}
Delete an attribute. No query parameters required.