Update user and community api
This commit is contained in:
parent
ea8c175f75
commit
7400c5335d
2 changed files with 14 additions and 6 deletions
|
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue