feat: Add Group

This commit is contained in:
Jesse Wierzbinski 2024-08-18 13:34:05 +02:00
parent 1f864b89c8
commit c8cba54a72
No known key found for this signature in database
3 changed files with 60 additions and 1 deletions

View file

@ -51,7 +51,7 @@ Notes represent a piece of content on a Versia instance. They can be posted by [
```
</Property>
<Property name="group" type="URI | &quot;public&quot; | &quot;followers&quot;" required={false} typeLink="/types#uri">
URI of a [Group](/groups) that the note is only visible in, or one of the following strings:
URI of a [Group](/entities/group) that the note is only visible in, or one of the following strings:
- `public`: The note is visible to anyone.
- `followers`: The note is visible only to the author's followers.