Merge "Add attribute create request"
This commit is contained in:
commit
a08942c901
8
doc/api_samples/attributes/attributes-post-curl.json
Normal file
8
doc/api_samples/attributes/attributes-post-curl.json
Normal file
@ -0,0 +1,8 @@
|
||||
curl -g -i -X POST $cyborg_endpoint_url/attributes \
|
||||
-H "Accept: application/json" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "User-Agent:None" \
|
||||
-H "X-Auth-Token: yourtoken" \
|
||||
-d '{"deployable_id": "1",
|
||||
"key": "rc",
|
||||
"value": "FPGA"'
|
Loading…
Reference in New Issue
Block a user