Add invitations and joining
This commit is contained in:
parent
66b25d5135
commit
d1685fde77
4 changed files with 131 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ Returns all sessions for a user with id = {id}
|
|||
}
|
||||
```
|
||||
|
||||
## POST /api/v1/user/{id}/email
|
||||
## PATCH /api/v1/user/{id}/email
|
||||
*Requires an authentication header*
|
||||
|
||||
### Request:
|
||||
|
|
@ -53,7 +53,7 @@ Updates email for a user with id = {id}
|
|||
}
|
||||
```
|
||||
|
||||
## POST /api/v1/user/{id}/description
|
||||
## PATCH /api/v1/user/{id}/description
|
||||
*Requires an authentication header*
|
||||
|
||||
### Request:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue