From c9cbb1493a8c9e10020c7f2104a345cd43535259 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 10 Jun 2015 14:25:45 +0200 Subject: rename topologysegment_refresh to topologysegment_reinitialize https://fedorahosted.org/freeipa/ticket/5056 Reviewed-By: Martin Babinsky --- API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API.txt') diff --git a/API.txt b/API.txt index fddecadcd..ba8227a57 100644 --- a/API.txt +++ b/API.txt @@ -4825,7 +4825,7 @@ option: Str('version?', exclude='webui') output: Entry('result', , Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None)) output: Output('summary', (, ), None) output: PrimaryKey('value', None, None) -command: topologysegment_refresh +command: topologysegment_reinitialize args: 2,4,3 arg: Str('topologysuffixcn', cli_name='topologysuffix', multivalue=False, primary_key=True, query=True, required=True) arg: Str('cn', attribute=True, cli_name='name', maxlength=255, multivalue=False, primary_key=True, query=True, required=True) -- cgit