summary refs log tree commit diff
path: root/api/assets/openapi.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-02-19 11:48:21 +1100
committerGitHub <noreply@github.com>2022-02-19 11:48:21 +1100
commitc821916ffe6c0a372d55edfaf89b28fdeb1032ac (patch)
treef59eb7c5abd099b4bda443b234403148bfc59e08 /api/assets/openapi.json
parentupdated readme (diff)
parentchanged user.premium_since to also load from the database. (diff)
downloadserver-ts-c821916ffe6c0a372d55edfaf89b28fdeb1032ac.tar.xz
Merge branch 'fosscord:master' into slowcord
Diffstat (limited to 'api/assets/openapi.json')
-rw-r--r--api/assets/openapi.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json

index 15e55bf9..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" }, @@ -3800,7 +3804,8 @@ "format": "date-time" }, "premium_since": { - "type": "integer" + "type": "string", + "format": "date-time" }, "deaf": { "type": "boolean"