Rework Expenses resource (#3)
Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com> Reviewed-on: #3
This commit is contained in:
parent
c6434de89d
commit
6600745072
28 changed files with 317 additions and 89 deletions
21
bruno/Common Cents/Expenses/LOC PUT Expense.bru
Normal file
21
bruno/Common Cents/Expenses/LOC PUT Expense.bru
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
meta {
|
||||
name: LOC PUT Expense
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{localBaseUrl}}/{{resourcePath}}
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"id": "0254a07d-9dfa-4c06-b7b3-48d30efff991",
|
||||
"description": "Cat, no sub-cat or merchant",
|
||||
"category": {
|
||||
"id": "db434e98-5f32-4202-b69c-eb7d1d248b3e"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue