common-cents-api/bruno/Common Cents/Expenses/LOC PATCH Expense Full.bru
2025-12-12 16:29:39 -06:00

23 lines
370 B
Text

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