admin api: specify date-time format in openapi spec

This commit is contained in:
Alex Auvolat
2025-03-11 18:21:00 +01:00
parent 1bd7689301
commit 22c0420607
3 changed files with 3 additions and 3 deletions
+2
View File
@@ -2053,6 +2053,7 @@
"string",
"null"
],
"format": "date-time",
"description": "Expiration time and date, formatted according to RFC 3339"
},
"expired": {
@@ -3639,6 +3640,7 @@
"string",
"null"
],
"format": "date-time",
"description": "Expiration time and date, formatted according to RFC 3339"
},
"name": {