Updated readme and docs

This commit is contained in:
Constantin Graf
2024-04-16 16:54:03 +02:00
committed by Gregor Vostrak
parent 1f79d5e50a
commit 43e096b153
3 changed files with 8 additions and 5 deletions

View File

@@ -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
*