Skip to content

Commit

Permalink
Merge pull request #14 from jolicode/feature/update-spec-reports-proj…
Browse files Browse the repository at this point in the history
…ect_budget-is_active

added the is_active boolean query param project_budget report
  • Loading branch information
xavierlacot authored Oct 20, 2020
2 parents aa43b25 + 5e898a5 commit efb8182
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion generated/harvest-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3343,6 +3343,12 @@ paths:
required: false
in: query
type: integer
-
name: is_active
description: 'Pass true to only return active projects and false to return inactive projects.'
required: false
in: query
type: boolean
responses:
200:
description: 'Project Budget Report'
Expand Down Expand Up @@ -5108,7 +5114,7 @@ definitions:
description: 'Whether the company is active or archived.'
week_start_day:
type: string
description: 'The week day used as the start of the week. Returns one of: Saturday, Sunday, or Monday.'
description: 'The weekday used as the start of the week. Returns one of: Saturday, Sunday, or Monday.'
wants_timestamp_timers:
type: boolean
description: 'Whether time is tracked via duration or start and end times.'
Expand Down

0 comments on commit efb8182

Please sign in to comment.