mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Update OpenAPI responses to include information the UI can use (#6204)
This commit is contained in:
@@ -25,14 +25,17 @@ func pathConfig(b *backend) *framework.Path {
|
||||
Description: `The API endpoint to use. Useful if you
|
||||
are running GitHub Enterprise or an
|
||||
API-compatible authentication server.`,
|
||||
DisplayName: "Base URL",
|
||||
},
|
||||
"ttl": &framework.FieldSchema{
|
||||
Type: framework.TypeString,
|
||||
Description: `Duration after which authentication will be expired`,
|
||||
DisplayName: "TTL",
|
||||
},
|
||||
"max_ttl": &framework.FieldSchema{
|
||||
Type: framework.TypeString,
|
||||
Description: `Maximum duration after which authentication will be expired`,
|
||||
DisplayName: "Max TTL",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user