From 6ee4e1f7b6900cc9445edb32d080662b658ff619 Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Thu, 11 Jun 2020 10:51:28 +0800 Subject: [PATCH] Update api: Rca Get The parameter 'all_tenants' should be the query parameters, not request body. Change-Id: Ied251843532c4ce2b6e7ab3250db6aeb3169ebe9 --- doc/source/contributor/vitrage-api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor/vitrage-api.rst b/doc/source/contributor/vitrage-api.rst index ae0337765..fc445603b 100644 --- a/doc/source/contributor/vitrage-api.rst +++ b/doc/source/contributor/vitrage-api.rst @@ -354,11 +354,12 @@ Query Parameters ================ alarm id - (string(255)) get rca on this alarm. +all_tenants - (boolean, optional) shows the rca of all tenants (in case the user has the permissions). Request Body ============ -* all_tenants - (boolean, optional) shows the rca of all tenants (in case the user has the permissions). +None. Request Examples ================