rustyfox/docs/JournalPartial.md

18 lines
694 B
Markdown
Raw Normal View History

2025-01-27 17:37:01 +00:00
# JournalPartial
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i32** | Journal's ID |
**title** | **String** | Journal's title |
**author** | [**models::UserPartial**](UserPartial.md) | |
**stats** | [**models::JournalStats**](JournalStats.md) | |
**date** | **String** | Journal's upload date |
**content** | **String** | Journal's content |
**mentions** | **Vec<String>** | Journal's mentions (users mentioned with FA links in the content) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)