mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🐛 Finish InstanceMetadata rename
This commit is contained in:
parent
290b6f96e9
commit
94f437f539
7 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ export const metadata = {
|
|||
|
||||
Versia uses the HTTP protocol for all communications between instances. HTTP requests must conform to certain standards to ensure compatibility between different implementations, as well as to ensure the security and integrity of the data being exchanged.
|
||||
|
||||
ALL kinds of HTTP requests/responses between instances **MUST** include a [Signature](/signatures), signed with either the relevant [User](/entities/user)'s private key or the [instance's private key](/entities/server-metadata).
|
||||
ALL kinds of HTTP requests/responses between instances **MUST** include a [Signature](/signatures), signed with either the relevant [User](/entities/user)'s private key or the [instance's private key](/entities/instance-metadata).
|
||||
|
||||
## Requests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue