Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
33
firefly-iii-api/docs/RuleActionKeyword.md
Normal file
33
firefly-iii-api/docs/RuleActionKeyword.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# RuleActionKeyword
|
||||
|
||||
## Enum Variants
|
||||
|
||||
| Name | Value |
|
||||
|---- | -----|
|
||||
| UserAction | user_action |
|
||||
| SetCategory | set_category |
|
||||
| ClearCategory | clear_category |
|
||||
| SetBudget | set_budget |
|
||||
| ClearBudget | clear_budget |
|
||||
| AddTag | add_tag |
|
||||
| RemoveTag | remove_tag |
|
||||
| RemoveAllTags | remove_all_tags |
|
||||
| SetDescription | set_description |
|
||||
| AppendDescription | append_description |
|
||||
| PrependDescription | prepend_description |
|
||||
| SetSourceAccount | set_source_account |
|
||||
| SetDestinationAccount | set_destination_account |
|
||||
| SetNotes | set_notes |
|
||||
| AppendNotes | append_notes |
|
||||
| PrependNotes | prepend_notes |
|
||||
| ClearNotes | clear_notes |
|
||||
| LinkToBill | link_to_bill |
|
||||
| ConvertWithdrawal | convert_withdrawal |
|
||||
| ConvertDeposit | convert_deposit |
|
||||
| ConvertTransfer | convert_transfer |
|
||||
| DeleteTransaction | delete_transaction |
|
||||
|
||||
|
||||
[[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