Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
Description
----------------------------
Original Description
Hi,
The example request is not a valid JSON. Field "deliveryType" : ``AUTOMATION_PULL``, should be replaced by "deliveryType" : "AUTOMATION_PULL".
When trying to use the example provided, the response is:
{"detail":"Received JSON is malformed.","error":400,"errorCode":"MALFORMED_JSON","parameters":[],"reason":"Bad Request"} |
|
----------------------------
Description
Looks like the code example above is using double ticks (``) instead of quotes.