Update fields

This commit is contained in:
Aslan 2025-12-23 16:48:16 -05:00
parent c7894df3d7
commit 66b25d5135
2 changed files with 6 additions and 3 deletions

View file

@ -7,7 +7,8 @@ Returns a community with id = {id}
```json
{
"id": "string",
"name": "string"
"name": "string",
"description": "string"
}
```