Skip to content

Commit f607ddc

Browse files
committed
Add missing comma to HTTP request body
1 parent 40604b3 commit f607ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Accept: application/vnd.deltek.maconomy.containers+json; version=5.0
123123
Content-type: application/vnd.deltek.maconomy.containers+json; version=5.0
124124

125125
{
126-
"restriction": "(customernumber = '{{job_name}}' or jobnumber = '{{job_name}}' or jobname = '{{job_name}}' or name1 = '{{job_name}}')"
126+
"restriction": "(customernumber = '{{job_name}}' or jobnumber = '{{job_name}}' or jobname = '{{job_name}}' or name1 = '{{job_name}}')",
127127
"fields": [
128128
"jobnumber"
129129
]

0 commit comments

Comments
 (0)