mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 🐛 Fix outdated ServerMetadata example
This commit is contained in:
parent
c930bb0b3f
commit
0ae85ccd42
|
|
@ -66,13 +66,20 @@ Accept: application/json
|
|||
{
|
||||
"type": "ServerMetadata",
|
||||
"name": "Versia Social",
|
||||
"uri": "https://versia.social",
|
||||
"version": "3.2.0",
|
||||
"supported_extensions": [
|
||||
"pub.versia:reactions",
|
||||
"pub.versia:polls",
|
||||
"pub.versia:custom_emojis",
|
||||
"pub.versia:is_cat"
|
||||
]
|
||||
"software": {
|
||||
"name": "Versia Server",
|
||||
"version": "0.7.0"
|
||||
},
|
||||
"compatibility": {
|
||||
"versions": [
|
||||
"0.4.0"
|
||||
],
|
||||
"extensions": [
|
||||
"pub.versia:reactions",
|
||||
"pub.versia:polls",
|
||||
"pub.versia:reports"
|
||||
]
|
||||
},
|
||||
"host": "versia.social",
|
||||
}
|
||||
```
|
||||
Loading…
Reference in a new issue