diff options
-rw-r--r-- | api/assets/openapi.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json index 15e55bf9..33118b4b 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json @@ -3800,7 +3800,8 @@ "format": "date-time" }, "premium_since": { - "type": "integer" + "type": "string", + "format": "date-time" }, "deaf": { "type": "boolean" |