From a0e059c20a0ea90b3081fba50aa62ba5dd161657 Mon Sep 17 00:00:00 2001 From: zlyqqq Date: Fri, 10 Aug 2018 10:09:53 +0800 Subject: [PATCH] Redundant parameters in api-ref:domain-config If URI specifies group and option, the request body will just be a dict containing the option and its value, so the identity and ldap groups are not needed in the request parameters. Change-Id: If578cd1034482c49185675a9732fd7b4638aed7a --- api-ref/source/v3/domains-config-v3.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api-ref/source/v3/domains-config-v3.inc b/api-ref/source/v3/domains-config-v3.inc index 644b5de28b..e41cb4c9b3 100644 --- a/api-ref/source/v3/domains-config-v3.inc +++ b/api-ref/source/v3/domains-config-v3.inc @@ -278,10 +278,7 @@ Parameters - option: option - url: domain_url - driver: domain_driver - - ldap: domain_ldap - - config: domain_config - user_tree_dn: domain_user_tree_dn - - identity: identity Example ~~~~~~~ @@ -798,4 +795,4 @@ Status Codes - 409 - 413 - 415 - - 503 \ No newline at end of file + - 503