Open henxing opened 3 years ago
Add an example script in the examples folder that shows how to exercise the POST, PATCH, and DELETE operations on the AttributeType endpoint.
examples
POST
PATCH
DELETE
9afb424e6addf1960641bee2ed314cc4219f48c0 adds an example that exercises the POST method, still need to add examples for PATCH and DELETE.
Add an example script in the
examples
folder that shows how to exercise thePOST
,PATCH
, andDELETE
operations on the AttributeType endpoint.