Update user and community api

This commit is contained in:
Aslan 2026-01-03 14:36:12 +01:00
parent ea8c175f75
commit 7400c5335d
2 changed files with 14 additions and 6 deletions

View file

@ -36,7 +36,8 @@ Creates a new community and returns it
"id": "string",
"name": "string",
"description": "string",
"ownerId": "string"
"ownerId": "string",
"creationDate": "number"
}
```
@ -61,7 +62,9 @@ Updates a community with id = {id}
{
"id": "string",
"name": "string",
"description": "string"
"description": "string",
"ownerId": "string",
"creationDate": "number"
}
```