add creation date to admin api tokens

This commit is contained in:
Alex Auvolat
2025-03-12 09:52:39 +01:00
parent 325f79012c
commit 88b4623bf1
5 changed files with 37 additions and 8 deletions
+8
View File
@@ -2048,6 +2048,14 @@
"scope"
],
"properties": {
"created": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "Creation date"
},
"expiration": {
"type": [
"string",