Skip to content

Instantly share code, notes, and snippets.

@linzeye
Created January 25, 2018 19:16
Show Gist options
  • Save linzeye/9aeb21ac16232195f520d68e05262e8e to your computer and use it in GitHub Desktop.
Save linzeye/9aeb21ac16232195f520d68e05262e8e to your computer and use it in GitHub Desktop.
Credentials are censored and data may be formatted and/or truncated.
source: /messages/graylog_1181/7eb6af31-a539-11e7-a977-0a4cef219676
timestamp: 2017-09-29T17:13:21.569Z
--------------------------------------------------------------------------------
REQUEST
--------------------------------------------------------------------------------
POST https://a.wunderlist.com/api/v1/tasks
Content-Length: 337
Accept-Encoding: gzip, deflate
Accept: application/json
User-Agent: Zapier
Connection: keep-alive
X-Client-Id: beabcbf2ff4f4ea75631
X-Access-Token: :censored:60:70f8597431:
Content-Type: application/json; charset=utf-8
Authorization: :censored:67:71dc77fa62:
{
"starred": false,
"list_id": 161656891,
"title": "W-9.pdf - 2017-01-04T19:16:34.835Z - Zapier Interview - https://doc-0c-9o-docs.googleusercontent.com/docs/securesc/55nqqfi389r54u1ccdbapqbi8hu9cbpb/2ola6q1eeqq731cherg8gc0rqadbaetc/1506700800000/01743550867439660100/01743550867439660100/0B0m0d4USbvXOVkJ4R1VrMllpTkk?e=download&gd=true"
}
--------------------------------------------------------------------------------
RESPONSE
--------------------------------------------------------------------------------
422
Cache-Control: max-age=0, private, must-revalidate
Content-Type: application/json
Date: Fri, 29 Sep 2017 17:13:21 GMT
Server: nginx
X-Current-User-Id: 15977276
X-Request-Id: 95f896b5-eb26-4489-b786-748a1583da8d-5201
Content-Length: 218
Connection: keep-alive
{
"error": {
"type": "validation_error",
"translation_key": "api_error_validation_error",
"message": "The information you sent could not be processed (validation failure).",
"title": ["is too long (maximum is 255 characters)"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment