Compare commits

..

1 commit

Author SHA1 Message Date
88b4623bf1 add creation date to admin api tokens
All checks were successful
ci/woodpecker/push/debug Pipeline was successful
ci/woodpecker/pr/debug Pipeline was successful
2025-03-12 09:57:32 +01:00

View file

@ -2048,6 +2048,14 @@
"scope"
],
"properties": {
"created": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "Creation date"
},
"expiration": {
"type": [
"string",