mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
feat: ✨ Add Delegation
This commit is contained in:
parent
e75eb6d2f5
commit
04b03e136b
7 changed files with 34 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ On all entities that have an `author` field, the `author` can be `null` to repre
|
|||
```
|
||||
|
||||
- `algorithm`: Algorithm used for the public key. Can only be `ed25519` for now.
|
||||
- `key`: Public key of the instance. Must follow the [Versia Public Key](/signatures) format.
|
||||
- `key`: Instance public key, in SPKI-encoded base64 (from raw bytes, not a PEM format).
|
||||
</Property>
|
||||
<Property name="moderators" type="URI" required={false}>
|
||||
URI to [Collection](/structures/collection) of instance moderators.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue