Updating documentation
This commit is contained in:
parent
e83703ee63
commit
267aabb361
|
@ -4891,20 +4891,16 @@ components:
|
||||||
properties:
|
properties:
|
||||||
status:
|
status:
|
||||||
type: string
|
type: string
|
||||||
description: "The status of the credential, either match, no-match, or invalid"
|
description: "The status of the credential. Either match, no-match, or invalid"
|
||||||
enum:
|
enum:
|
||||||
- match
|
- match
|
||||||
- no-match
|
- no-match
|
||||||
- invalid
|
- invalid
|
||||||
shareSet:
|
shareSet:
|
||||||
type: array
|
type: string
|
||||||
description: |
|
description: |
|
||||||
If the credential was a match, the stored shareSet that can be used to restore a value from SVR. Encoded as
|
If the credential was a match, the stored shareSet that can be used to restore a value from SVR. Encoded in
|
||||||
items:
|
standard un-padded base64.
|
||||||
type: string
|
|
||||||
description: |
|
|
||||||
If the credential was a match, the stored shareSet that can be used to restore a value from SVR. Encoded as
|
|
||||||
format: byte
|
|
||||||
description: |
|
description: |
|
||||||
A dictionary with the auth check results, keyed by the token corresponding token provided in the request.
|
A dictionary with the auth check results, keyed by the token corresponding token provided in the request.
|
||||||
SetShareSetRequest:
|
SetShareSetRequest:
|
||||||
|
|
Loading…
Reference in New Issue