mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-04 11:15:41 +00:00
admin api: mention admin_token and metrics_token in ListAdminTokensResponse
This commit is contained in:
@@ -2043,7 +2043,6 @@
|
||||
"GetAdminTokenInfoResponse": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"expired",
|
||||
"scope"
|
||||
@@ -2061,7 +2060,10 @@
|
||||
"description": "Whether this admin token is expired already"
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"description": "Identifier of the admin token (which is also a prefix of the full bearer token)"
|
||||
},
|
||||
"name": {
|
||||
|
||||
Reference in New Issue
Block a user