create_or_update_entity
Create or update any entity in easyJOB, such as TimeRecording or Task, by specifying the entity name and data payload.
Instructions
Generic tool to create or update any entity (e.g. TimeRecording, Task) in easyJOB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The payload representing the entity fields and values. | |
| entity | Yes | Name of the entity (e.g., 'TimeRecording', 'Task'). |