Formatting

This commit is contained in:
Aslan 2025-12-23 14:47:12 -05:00
parent cea0a001b8
commit f2ecc61b78
5 changed files with 22 additions and 11 deletions

View file

@ -1,5 +1,6 @@
## GET /api/v1/user/{id}
*Requires authentication header*
*Requires an authentication header*
Returns a user with id = {id}
### Response:
@ -16,7 +17,8 @@ Returns a user with id = {id}
```
## GET /api/v1/user/{id}/sessions
*Requires authentication header*
*Requires an authentication header*
Returns all sessions for a user with id = {id}
### Response:
@ -32,7 +34,8 @@ Returns all sessions for a user with id = {id}
```
## POST /api/v1/user/{id}/email
*Requires authentication header*
*Requires an authentication header*
### Request:
```json
{
@ -51,7 +54,8 @@ Updates email for a user with id = {id}
```
## POST /api/v1/user/{id}/description
*Requires authentication header*
*Requires an authentication header*
### Request:
```json
{