ironed out patching failure

This commit is contained in:
Joe Arndt 2025-12-12 16:29:39 -06:00
parent f150fe84f2
commit cfbd7c1550
2 changed files with 37 additions and 15 deletions

View 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."
}
}