summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-02-25 16:20:04 +0100
committerPetr Viktorin <pviktori@redhat.com>2014-02-25 16:31:30 +0100
commit00d6b529c977c19fc5bb2e230da551ac01c79d79 (patch)
tree4645d7c1aa079186795ed443828de3338ab0eb06 /API.txt
parent4499b25be90227e54fc4a9f54598cadc8d2f6394 (diff)
downloadfreeipa-00d6b529c977c19fc5bb2e230da551ac01c79d79.tar.gz
freeipa-00d6b529c977c19fc5bb2e230da551ac01c79d79.tar.xz
freeipa-00d6b529c977c19fc5bb2e230da551ac01c79d79.zip
Update API.txt
This fixes commit be7b1b94e300b137c34bab80df3dc91195259c89 https://fedorahosted.org/freeipa/ticket/4163
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt4
1 files changed, 2 insertions, 2 deletions
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)