summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-06 22:09:36 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-06 22:09:36 +1100
commitce9d7339d32fe4fe249df3d10ff5b56ce31cb853 (patch)
tree52cf9742474e844db0f670e57f4e1350d1533e05 /api/assets
parentMerge branch 'master' into maddyrtc (diff)
parentFixed npm run tsnode throwing error about ES modules for node-fetch. Probably... (diff)
downloadserver-ts-ce9d7339d32fe4fe249df3d10ff5b56ce31cb853.tar.xz
Merge branch 'master' into maddyrtc
Diffstat (limited to 'api/assets')
-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"