diff options
author | Iratu <me@iratu.pro> | 2022-02-16 21:36:14 +0000 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-02-18 19:50:11 +0300 |
commit | a1447b98f556b4109000bde03c88e7f9f7ffc78b (patch) | |
tree | 153c00bf5ea83ce5977b5b0372aa70319c4e94a8 /api | |
parent | Fix for Premium Since to show the 'Guild Boost' and store it correctly in the... (diff) | |
download | server-a1447b98f556b4109000bde03c88e7f9f7ffc78b.tar.xz |
Forgot the openapi.json change.
Diffstat (limited to 'api')
-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" |