Added organization_id to current time entry

This commit is contained in:
Constantin Graf
2024-04-25 22:53:41 +02:00
parent a8ce994f08
commit ef4e586095

View File

@@ -39,6 +39,8 @@ class TimeEntryResource extends BaseResource
'task_id' => $this->resource->task_id,
/** @var string|null $project_id ID of project */
'project_id' => $this->resource->project_id,
/** @var string $organization_id ID of organization */
'organization_id' => $this->resource->organization_id,
/** @var string $user_id ID of user */
'user_id' => $this->resource->user_id,
/** @var array<string> $tags List of tag IDs */