mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 13:32:43 +01:00
Updated readme and docs
This commit is contained in:
committed by
Gregor Vostrak
parent
1f79d5e50a
commit
43e096b153
@@ -1,9 +1,9 @@
|
|||||||
# solidtime
|
# solidtime - The modern Open-Source Time Tracker
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class ProjectController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get projects
|
* Get projects visible to the current user
|
||||||
*
|
*
|
||||||
* @return ProjectCollection<ProjectResource>
|
* @return ProjectCollection<ProjectResource>
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -31,7 +31,10 @@ class TimeEntryController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get time entries
|
* Get all time entries in organization
|
||||||
|
*
|
||||||
|
* If you only need time entries for a specific user, you can filter by `user_id`.
|
||||||
|
* Users with the permission `time-entries:view:own` can only use this endpoint with their own user ID in the user_id filter.
|
||||||
*
|
*
|
||||||
* @throws AuthorizationException
|
* @throws AuthorizationException
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user