admin api: mention admin_token and metrics_token in ListAdminTokensResponse

This commit is contained in:
Alex Auvolat
2025-03-11 15:57:29 +01:00
parent 9511b20153
commit ec0da3b644
3 changed files with 33 additions and 5 deletions
+4 -2
View File
@@ -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": {