summary refs log tree commit diff
diff options
context:
space:
mode:
authorIratu <me@iratu.pro>2022-02-16 21:36:14 +0000
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-02-18 19:50:11 +0300
commit3352f3b75a83d3da35e2cb31096756dad6bf5669 (patch)
treec1186c77bd6d1ee0b48cc0f813a28f1ab080bc11
parentFix for Premium Since to show the 'Guild Boost' and store it correctly in the... (diff)
downloadserver-3352f3b75a83d3da35e2cb31096756dad6bf5669.tar.xz
Forgot the openapi.json change.
-rw-r--r--api/assets/openapi.json3
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"