Add api ref for delete of attributes
Change-Id: I18feb8445ecd8e823f72fe74a7fab80b87c7ed29
This commit is contained in:
parent
aa16c5a6d2
commit
f48c250854
@ -4,7 +4,7 @@
|
|||||||
Attributes
|
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.
|
A `attribute` represents the trait of a physical card like FPGA or GPU.
|
||||||
|
|
||||||
@ -102,3 +102,10 @@ Request
|
|||||||
**Example response: create an attribute**
|
**Example response: create an attribute**
|
||||||
|
|
||||||
.. literalinclude:: ../../doc/api_samples/attributes/attributes-create-resp.json
|
.. 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user