From 903ce169a17cc82f5a22cb5814d5a59f5812c25f Mon Sep 17 00:00:00 2001 From: Iratu Date: Wed, 16 Feb 2022 22:00:13 +0000 Subject: changed user.premium_since to also load from the database. --- api/assets/openapi.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api/assets') 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" }, -- cgit 1.5.1