mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 15:40:19 -06:00
Docs: Add secondsToLive to the SA HTTP API docs (#96518)
* Docs: Add secondsToLive param to the SA HTTP API docs * Docs: Add secondsToLive param to the SA HTTP API docs
This commit is contained in:
parent
b324925bd5
commit
f31d3f424c
@ -445,10 +445,13 @@ Content-Type: application/json
|
||||
Authorization: Basic YWRtaW46YWRtaW4=
|
||||
|
||||
{
|
||||
"name": "grafana"
|
||||
"name": "grafana",
|
||||
"secondsToLive": 604800
|
||||
}
|
||||
```
|
||||
|
||||
Default value for the `secondsToLive` is 0, which means that the service account token will never expire.
|
||||
|
||||
**Example Response**:
|
||||
|
||||
```http
|
||||
|
Loading…
Reference in New Issue
Block a user