Skip to content

Commit

Permalink
Add missing comma to HTTP request body
Browse files Browse the repository at this point in the history
  • Loading branch information
mawkler committed Feb 26, 2025
1 parent 40604b3 commit f607ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests.http
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Accept: application/vnd.deltek.maconomy.containers+json; version=5.0
Content-type: application/vnd.deltek.maconomy.containers+json; version=5.0

{
"restriction": "(customernumber = '{{job_name}}' or jobnumber = '{{job_name}}' or jobname = '{{job_name}}' or name1 = '{{job_name}}')"
"restriction": "(customernumber = '{{job_name}}' or jobnumber = '{{job_name}}' or jobname = '{{job_name}}' or name1 = '{{job_name}}')",
"fields": [
"jobnumber"
]
Expand Down

0 comments on commit f607ddc

Please sign in to comment.