refactor: 🚚 Make paths under /entities use the singular form

This commit is contained in:
Jesse Wierzbinski 2024-08-13 16:29:47 +02:00
parent ff57ee4ffd
commit a106e7acef
No known key found for this signature in database
13 changed files with 32 additions and 32 deletions

View file

@ -8,7 +8,7 @@ export const metadata = {
Lysand 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/users)'s private key or the [Server Actor](/entities/server-actor)'s private key.
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 [Server Actor](/entities/server-actor)'s private key.
## Requests