add never_expires to remove expiration dates of admin tokens and access keys

This commit is contained in:
Alex Auvolat
2025-04-17 11:44:09 +02:00
parent 590c9bb4db
commit 5d338f0b8f
7 changed files with 61 additions and 6 deletions
+8
View File
@@ -4006,6 +4006,10 @@
],
"description": "Name of the admin API token"
},
"neverExpires": {
"type": "boolean",
"description": "Set the admin token to never expire"
},
"scope": {
"type": [
"array",
@@ -4137,6 +4141,10 @@
"null"
],
"description": "Name of the API key"
},
"neverExpires": {
"type": "boolean",
"description": "Set the access key to never expire"
}
}
},