From 1191e3a5720f358305502871dc9d7b5469517a98 Mon Sep 17 00:00:00 2001 From: Alexander J Date: Mon, 26 Feb 2018 11:55:44 +0100 Subject: [PATCH] Update README.md --- automation/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/automation/README.md b/automation/README.md index 25cd36a..5c44bdf 100644 --- a/automation/README.md +++ b/automation/README.md @@ -445,6 +445,12 @@ Attaches an Tag to an Object by a given UUID curl --header "Authorization: a4PLf8QICdDdOmFjwdtSYqkCqn9CvN0VQt7mpUUf " --header "Accept: application/json" --header "Content-Type: application/json" -X POST http://10.50.13.60/tags/attachTagToObject/5a0d68b3-6da0-4ced-8233-77bb950d210f/tlp3Awhite ~~~~ + +~~~~ +curl --header "Authorization: a4PLf8QICdDdOmFjwdtSYqkCqn9CvN0VQt7mpUUf " -d "{"uuid"="5a0d68b3-6da0-4ced-8233-77bb950d210f" "tag"="tlp:white"}" --header "Accept: application/json" --header "Content-Type: application/json" -X POST http://10.50.13.60/tags/attachTagToObject/ +~~~~ + + ### POST /tags/removeTagFromObject #### Description