Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
16
firefly-iii-api/docs/Category.md
Normal file
16
firefly-iii-api/docs/Category.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Category
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**created_at** | Option<**String**> | | [optional][readonly]
|
||||
**updated_at** | Option<**String**> | | [optional][readonly]
|
||||
**name** | **String** | |
|
||||
**notes** | Option<**String**> | | [optional]
|
||||
**spent** | Option<[**Vec<models::CategorySpent>**](CategorySpent.md)> | | [optional][readonly]
|
||||
**earned** | Option<[**Vec<models::CategoryEarned>**](CategoryEarned.md)> | | [optional][readonly]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user