summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-12-13 11:42:06 -0500
committerMartin Kosek <mkosek@redhat.com>2013-02-21 16:26:09 +0100
commit42300eb55b1d122f9e946f37e2adc218af913a3d (patch)
treec612ac88548c0a46350da2bb7d4aa537fce335e1 /API.txt
parent24bca144a8049cea8683afd699d2e0e158b5f164 (diff)
downloadfreeipa-42300eb55b1d122f9e946f37e2adc218af913a3d.tar.gz
freeipa-42300eb55b1d122f9e946f37e2adc218af913a3d.tar.xz
freeipa-42300eb55b1d122f9e946f37e2adc218af913a3d.zip
Rename the "messages" Output of the i18n_messages command to "texts"
This is to prevent a fatal name clash wih the new common "messages" Output. Since i18n_messages is an internal plugin, the change does not affect our public API.
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.txt b/API.txt
index c0800e959..a43fce596 100644
--- a/API.txt
+++ b/API.txt
@@ -1944,7 +1944,7 @@ output: Output('value', <type 'unicode'>, None)
command: i18n_messages
args: 0,1,1
option: Str('version?', exclude='webui')
-output: Output('messages', <type 'dict'>, None)
+output: Output('texts', <type 'dict'>, None)
command: idrange_add
args: 1,12,3
arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, required=True)