mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-21 10:00:17 -04:00
Fix trailing whitespace complaints
This commit is contained in:
parent
5e0b16fe69
commit
5ccccde6da
1 changed files with 5 additions and 5 deletions
|
|
@ -284,15 +284,15 @@ of the header should be "X-Vault-Token" and the value should be the token.
|
|||
|
||||
```javascript
|
||||
{
|
||||
"auth": null,
|
||||
"auth": null,
|
||||
"data": {
|
||||
"serials": {
|
||||
"13": {}
|
||||
}
|
||||
},
|
||||
"lease_duration": 0,
|
||||
"lease_id": "",
|
||||
"renewable": false,
|
||||
},
|
||||
"lease_duration": 0,
|
||||
"lease_id": "",
|
||||
"renewable": false,
|
||||
"warnings": null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue