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-03-31 21:48:14 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 21:48:14 +1100
commit0bbeca923769b6833f41b8f43556673d80c4c4c9 (patch)
tree5f7499f1434232c22f1549e713ca3e13caf73759 /api/assets/openapi.json
parentchanges from yonks ago that I forgot to commit (diff)
parentMake member.premium_since ISO8601 timestamp (diff)
downloadserver-ts-0bbeca923769b6833f41b8f43556673d80c4c4c9.tar.xz
Merge branch 'master' into maddyrtc
Diffstat (limited to 'api/assets/openapi.json')
-rw-r--r--api/assets/openapi.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json

index 03550323..a8a657b2 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json
@@ -2,7 +2,7 @@ "openapi": "3.0.0", "servers": [ { - "url": "https://api.fosscord.com/v{version}", + "url": "https://api.fosscord.com/api/v{version}", "description": "Official fosscord instance", "variables": { "version": { @@ -2960,7 +2960,7 @@ "type": { "type": "string" }, - "verifie": { + "verified": { "type": "boolean" }, "visibility": { @@ -2980,7 +2980,7 @@ "type", "user", "user_id", - "verifie", + "verified", "visibility" ] },