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 00:06:13 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 00:06:13 +1100
commit6972dac5603e4019f3edc85fa753bde544948730 (patch)
tree3040bd1df368956a3b0af3d04783b2a0134fbb4b /api/assets/openapi.json
parentMerge branch 'maddyrtc' into slowcord (diff)
parentMake member.premium_since ISO8601 timestamp (diff)
downloadserver-ts-6972dac5603e4019f3edc85fa753bde544948730.tar.xz
Merge branch 'master' into slowcord
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" ] },