mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
docs: ♻️ Rewrite various docs pages, add null fields everywhere they were missing, make some Note and User fields mandatory
This commit is contained in:
parent
e6f7a27d3e
commit
e9b5ccd76c
31 changed files with 412 additions and 148 deletions
|
|
@ -49,7 +49,7 @@ Accept: application/jrd+json
|
|||
|
||||
## Instance Discovery
|
||||
|
||||
Instaance metadata can be accessed by making a `GET` request to the instance's Versia metadata endpoint, documented in the [Endpoints](/api/endpoints#instance-metadata) document.
|
||||
Instance metadata can be accessed by making a `GET` request to the instance's Versia metadata endpoint, documented in the [Endpoints](/api/endpoints#instance-metadata) document.
|
||||
|
||||
### Example
|
||||
|
||||
|
|
@ -80,7 +80,10 @@ Accept: application/vnd.versia+json
|
|||
"pub.versia:reports"
|
||||
]
|
||||
},
|
||||
"host": "versia.social",
|
||||
"created_at": "2021-07-01T00:00:00Z"
|
||||
"domain": "versia.social",
|
||||
"created_at": "2021-07-01T00:00:00Z",
|
||||
"description": null,
|
||||
"logo": null,
|
||||
"banner": null
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue