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",
|
"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",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Loading…
Reference in a new issue