Skip to content

Commit

Permalink
User filter for project expenses (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
nethad authored Oct 13, 2023
1 parent 3c74667 commit a596a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sections/project_expenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Additionally, these parameters can be supplied:
- **billable** – true/false
- **billed** – true/false
- **budget_relevant** – true/false
- **user_id** - 123456 (user that created expense)

## GET /projects/{id}/expenses/{id}

Expand Down Expand Up @@ -247,6 +248,7 @@ Additionally, these parameters can be supplied:
- **billed** – true/false
- **budget_relevant** – true/false
- **tags** – "tag one,tag two" (comma-separated project tags)
- **user_id** - 123456 (user that created expense)

{: .note }
Parameters `from` and `to` only work when provided together.

0 comments on commit a596a4e

Please sign in to comment.