Added billable and project_id to time entry endpoints; Enhanced api docs; Added pagination

This commit is contained in:
Constantin Graf
2024-03-19 17:19:12 +01:00
parent 7cc686f230
commit 2133eb0c16
22 changed files with 616 additions and 309 deletions

View File

@@ -188,12 +188,17 @@ return [
|
*/
'attributes' => [],
'attributes' => [
'task_id' => 'task',
'project_id' => 'project',
'organization_id' => 'organization',
],
/*
* Custom validation rules
*/
'color' => 'The :attribute field must be a valid color.',
'organization' => 'The :attribute does not exist.',
'task_belongs_to_project' => 'The :attribute is not part of the given project.',
];