From c648ae69be4b3161e6ffeece6851545bc78161de Mon Sep 17 00:00:00 2001 From: Jackie Truong Date: Mon, 27 Mar 2017 15:00:50 -0400 Subject: [PATCH] Trivial link fix in Secret Metadata API User Guide Reference to the Secret Metadata API was not properly linked. TrivialFix Change-Id: I5a0a354e9a6f60663de67a15c3ee4c18a311c730 --- api-guide/source/secret_metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-guide/source/secret_metadata.rst b/api-guide/source/secret_metadata.rst index c6144d1bd..3ff6a5ded 100644 --- a/api-guide/source/secret_metadata.rst +++ b/api-guide/source/secret_metadata.rst @@ -14,7 +14,7 @@ To create/update the secret metadata for a specific secret, we will need to know the secret reference of the secret we wish to add user metadata to. Any metadata that was previously set will be deleted and replaced with this metadata. For more information on creating/updating secret metadata, you can view the -`PUT /v1/secrets/{uuid}/metadata ` +`PUT /v1/secrets/{uuid}/metadata `__ section. .. code-block:: bash