ironed out patching failure
This commit is contained in:
parent
f150fe84f2
commit
cfbd7c1550
2 changed files with 37 additions and 15 deletions
23
bruno/Common Cents/Expenses/LOC PATCH Expense Full.bru
Normal file
23
bruno/Common Cents/Expenses/LOC PATCH Expense Full.bru
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
meta {
|
||||
name: LOC PATCH Expense Full
|
||||
type: http
|
||||
seq: 6
|
||||
}
|
||||
|
||||
patch {
|
||||
url: {{localBaseUrl}}/expenses/0708e7f7-3a2a-4b93-81da-38954925ca78
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"date": "2025-12-15",
|
||||
"cents": 888,
|
||||
"categoryId": "1",
|
||||
"merchantId": "1",
|
||||
"subcategoryIds": ["2"],
|
||||
"tagIds": ["2"],
|
||||
"description": "PATCHED Desc."
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue