mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-10 09:12:15 +01:00
Updated readme and docs
This commit is contained in:
committed by
Gregor Vostrak
parent
1f79d5e50a
commit
43e096b153
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user