From 55abd364dd35d5ee466d0c7673422a4a6d533024 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Fri, 14 Dec 2012 22:23:44 +0100 Subject: [PATCH] Fix ReST API documentation for template validation The user parameters are not used in template validation. Change-Id: Iba438b2977f8029c0f0f7e6e65e853d23e4d2b0d Signed-off-by: Zane Bitter --- docs/api.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/api.md b/docs/api.md index 2fe04da1..7631124b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -149,10 +149,6 @@ POST /v1/{tenant_id}/validate { "template_url": "{template_url}", - "parameters": { - "{key1}": "{value1}", - "{key2}": "{value2}" - } } ``` @@ -161,7 +157,6 @@ Parameters: * `tenant_id` The unique identifier of the tenant or account * `template_url` The URL of the template to validate * `template` A JSON template to validate - this takes precendence over the `template_url` if both are supplied. -* `keyn`, `valuen` User-defined parameters to pass to the Template List Stack Resources -------------------- -- 2.45.2