docs: added endpoints and object models
This commit is contained in:
parent
ebab7e4fb3
commit
142cc5a448
7 changed files with 184 additions and 0 deletions
10
API/models/User.md
Normal file
10
API/models/User.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
Represents a user of an [[Instance]].
|
||||
|
||||
**Structure**
|
||||
|
||||
| Field | Type | Description |
|
||||
| ------------ | --------- | ------------------------- |
|
||||
| uuid | string | ID of the user |
|
||||
| username | string | Username of the user |
|
||||
| display_name | string | Display name of the user |
|
||||
| created_at | timestamp | When the user was created |
|
Loading…
Add table
Add a link
Reference in a new issue