Updated Branches:
  refs/heads/master 499b78bf0 -> 34c6c023e

CLOUDSTACK-2057: minor correction


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/34c6c023
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/34c6c023
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/34c6c023

Branch: refs/heads/master
Commit: 34c6c023e64a874b06cbd147c23fe04848699b75
Parents: 499b78b
Author: Sebastien Goasguen <run...@gmail.com>
Authored: Fri Jul 19 05:44:18 2013 -0400
Committer: Sebastien Goasguen <run...@gmail.com>
Committed: Fri Jul 19 05:46:05 2013 -0400

----------------------------------------------------------------------
 docs/en-US/signing-api-requests.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/34c6c023/docs/en-US/signing-api-requests.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/signing-api-requests.xml 
b/docs/en-US/signing-api-requests.xml
index fc8773b..92ff79e 100644
--- a/docs/en-US/signing-api-requests.xml
+++ b/docs/en-US/signing-api-requests.xml
@@ -39,8 +39,8 @@
             <note><para>As with all query string parameters of field-value 
pairs, the "field" component is case insensitive while all "value" values are 
case sensitive.</para></note>
             
<programlisting>command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ</programlisting>
         </listitem>
-        <listitem><para>Signature: This is the hashed signature of the Base 
URL that is generated using a combination of the user’s Secret Key and the 
HMAC SHA-1 hashing algorithm.</para>
-            <para>&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</para>
+        <listitem><para>Signature: This is the signature of the command string 
that is generated using a combination of the user’s Secret Key and the HMAC 
SHA-1 hashing algorithm.</para>
+            
<programlisting>&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting>
         </listitem>
     </itemizedlist>
     <para>Every API request has the format Base URL+API Path+Command 
String+Signature.</para>

Reply via email to