From bf53cbc80a9b87cec4734721208443b0348f7bce Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Fri, 25 Jul 2014 13:58:57 -0700 Subject: [PATCH] Corrected a simple typo in OSSN-0021 There was a simple typo in the recently merged version of OSSN-0021. I caught and corrected it before publishing, but it should also be corrected in tree. Change-Id: Ib36b549cbc61ceecbaa2740181fcc35ef13c164c --- notes/OSSN-0021 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/OSSN-0021 b/notes/OSSN-0021 index 56db6e9..44c1eef 100644 --- a/notes/OSSN-0021 +++ b/notes/OSSN-0021 @@ -53,7 +53,7 @@ Keystone API directly: If some trust (with id TRUST_ID) is identified as invalid, it can be deleted using: ----- being CLI example ---- +---- begin CLI example ---- curl -i -X DELETE "ENDPOINT/trusts/TRUST_ID" \ -H "X-Auth-Token: TOKEN" -H "Content-Type: application/json" \ -H "Accept: application/json"