mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
doc: add missing token field to generate-root apis (#1828)
the response is missing the encoded token field for a couple of apis.
This commit is contained in:
parent
e8cf40cacb
commit
0e54f3ed93
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ description: |-
|
|||
"nonce": "2dbd10f1-8528-6246-09e7-82b25b8aba63",
|
||||
"progress": 1,
|
||||
"required": 3,
|
||||
"encoded_root_token": "",
|
||||
"pgp_fingerprint": "",
|
||||
"complete": false
|
||||
}
|
||||
|
|
@ -97,6 +98,7 @@ description: |-
|
|||
"nonce": "2dbd10f1-8528-6246-09e7-82b25b8aba63",
|
||||
"progress": 1,
|
||||
"required": 3,
|
||||
"encoded_root_token": "",
|
||||
"pgp_fingerprint": "816938b8a29146fbe245dd29e7cbaf8e011db793",
|
||||
"complete": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue