Add invitations and joining

This commit is contained in:
Aslan 2025-12-24 05:18:01 -05:00
parent 66b25d5135
commit d1685fde77
4 changed files with 131 additions and 2 deletions

View file

@ -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: