fix: 🐛 Fix outdated ServerMetadata example

This commit is contained in:
Jesse Wierzbinski 2024-08-14 16:24:57 +02:00
parent c930bb0b3f
commit 0ae85ccd42
No known key found for this signature in database

View file

@ -66,13 +66,20 @@ Accept: application/json
{ {
"type": "ServerMetadata", "type": "ServerMetadata",
"name": "Versia Social", "name": "Versia Social",
"uri": "https://versia.social", "software": {
"version": "3.2.0", "name": "Versia Server",
"supported_extensions": [ "version": "0.7.0"
"pub.versia:reactions", },
"pub.versia:polls", "compatibility": {
"pub.versia:custom_emojis", "versions": [
"pub.versia:is_cat" "0.4.0"
] ],
"extensions": [
"pub.versia:reactions",
"pub.versia:polls",
"pub.versia:reports"
]
},
"host": "versia.social",
} }
``` ```