Add more objects

This commit is contained in:
Aslan 2025-12-23 14:45:41 -05:00
parent 2f30eb62ef
commit cea0a001b8
6 changed files with 158 additions and 3 deletions

11
docs/api/session.md Normal file
View file

@ -0,0 +1,11 @@
## GET /api/v1/session/{id}
*Requires authentication header*
Returns a session with id = {id}
### Response:
```json
{
"id": "string",
"userId": "string"
}
```