diff options
Diffstat (limited to 'api/assets/openapi.json')
-rw-r--r-- | api/assets/openapi.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json index 33118b4b..1af0600d 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json @@ -2821,6 +2821,10 @@ "type": "string", "format": "date-time" }, + "premium_since": { + "type": "string", + "format": "date-time" + }, "verified": { "type": "boolean" }, |