Skip to content

Instantly share code, notes, and snippets.

@biodunalfet
Created May 15, 2017 14:44
Show Gist options
  • Save biodunalfet/49a53499c4f00415c9ed90d2ed3ea629 to your computer and use it in GitHub Desktop.
Save biodunalfet/49a53499c4f00415c9ed90d2ed3ea629 to your computer and use it in GitHub Desktop.
// REQUEST BODY IN API EXPLORER
{
"accountId": "526400647",
"containerId": "2678459",
"name": "trigger1",
"type": "customEvent",
"triggerId": "3",
"eventName": {
"key": "eventName",
"value": "whateverEvent",
"type": "template"
},
}
// RESPONSE SHOWN BELOW
{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalidArgument",
"message": "Bad Request"
}
],
"code": 400,
"message": "Bad Request"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment