diff options
| author | David Kupka <dkupka@redhat.com> | 2016-06-21 14:21:22 +0200 |
|---|---|---|
| committer | Jan Cholasta <jcholast@redhat.com> | 2016-06-21 15:11:19 +0200 |
| commit | 4b97cabb52585e9f58a2f2034ba71fd7e8d678d7 (patch) | |
| tree | a3f0fd2996046e11c1b304561608288eca653121 /API.txt | |
| parent | 034a111972df7e1b2db71ea30440b36dc93e2c7b (diff) | |
| download | freeipa-4b97cabb52585e9f58a2f2034ba71fd7e8d678d7.tar.gz freeipa-4b97cabb52585e9f58a2f2034ba71fd7e8d678d7.tar.xz freeipa-4b97cabb52585e9f58a2f2034ba71fd7e8d678d7.zip | |
schema: Add known_fingerprints option to schema command
When client requests schema it can list fingerprints of cached schemas
and server responds with SchemaUpToDate exception specifying fingeprint
of schema to use.
https://fedorahosted.org/freeipa/ticket/4739
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'API.txt')
| -rw-r--r-- | API.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3974,7 +3974,8 @@ output: Entry('result') output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>]) output: PrimaryKey('value') command: schema -args: 0,1,1 +args: 0,2,1 +option: Str('known_fingerprints*') option: Str('version?') output: Output('result') command: selfservice_add |
