From 00d6b529c977c19fc5bb2e230da551ac01c79d79 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 25 Feb 2014 16:20:04 +0100 Subject: Update API.txt This fixes commit be7b1b94e300b137c34bab80df3dc91195259c89 https://fedorahosted.org/freeipa/ticket/4163 --- API.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'API.txt') diff --git a/API.txt b/API.txt index 504a60ff3..070134959 100644 --- a/API.txt +++ b/API.txt @@ -453,8 +453,8 @@ option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui option: Flag('exactly?', autofill=True, default=False) option: Str('issuedon_from?', autofill=False) option: Str('issuedon_to?', autofill=False) -option: Int('max_serial_number?', autofill=False, maxvalue=2147483647) -option: Int('min_serial_number?', autofill=False, minvalue=0) +option: Int('max_serial_number?', autofill=False, maxvalue=2147483647, minvalue=0) +option: Int('min_serial_number?', autofill=False, maxvalue=2147483647, minvalue=0) option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui') option: Int('revocation_reason?', autofill=False, maxvalue=10, minvalue=0) option: Str('revokedon_from?', autofill=False) -- cgit