Skip to content

Commit

Permalink
Add group attribute to project exenses
Browse files Browse the repository at this point in the history
  • Loading branch information
manubo committed Aug 21, 2023
1 parent 8e11932 commit 2415a95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sections/project_expenses.md
Expand Up @@ -18,6 +18,7 @@ The representation contains, among the standard fields, also the following field
- Custom properties
- Company
- Project
- Group

```json
{
Expand Down Expand Up @@ -51,6 +52,11 @@ The representation contains, among the standard fields, also the following field
"id": 1234,
"name": "Project A"
},
"group": {
"id": 456,
"title": "Exepnse Group A",
"budget" 5200
},
"created_at": "2018-10-17T09:33:46Z",
"updated_at": "2018-10-17T09:33:46Z"
}
Expand Down

0 comments on commit 2415a95

Please sign in to comment.