Files
zulip/zerver/webhooks/trello/fixtures/changing_cards_list.json
Eeshan Garg 597db11a98 webhooks: Rename webhook fixtures to only include event type.
All webhook fixtures have now been renamed from
<webhook_name>/fixtures/<webhook_name>_<event_type>.json to
<webhook_name>/fixtures/<event_type>.json.
2017-05-13 20:07:40 -02:30

72 lines
1.9 KiB
JSON

{
"model":{
"id":"53582e2da0fac5676a714277",
"name":"Welcome Board",
"desc":"",
"descData":null,
"closed":false,
"idOrganization":null,
"pinned":false,
"url":"https://trello.com/b/iqXXzYEj/welcome-board",
"shortUrl":"https://trello.com/b/iqXXzYEj",
"prefs":{
"permissionLevel":"private",
"voting":"disabled",
"comments":"members",
"invitations":"members",
"selfJoin":false,
"cardCovers":true,
"calendarFeedEnabled":false,
"background":"blue",
"backgroundImage":null,
"backgroundImageScaled":null,
"backgroundTile":false,
"backgroundBrightness":"dark",
"backgroundColor":"#0079BF",
"canBePublic":true,
"canBeOrg":true,
"canBePrivate":true,
"canInvite":true
},
"labelNames":{ }
},
"action":{
"id":"572a340644ed9c7d8b6f9a30",
"idMemberCreator":"53582e2da0fac5676a714276",
"data":{
"listAfter":{
"name":"Intermediate",
"id":"53582e2da0fac5676a71427a"
},
"listBefore":{
"name":"Basics",
"id":"53582e2da0fac5676a714279"
},
"board":{
"shortLink":"iqXXzYEj",
"name":"Welcome Board",
"id":"53582e2da0fac5676a714277"
},
"card":{
"shortLink":"r33ylX2Z",
"idShort":2,
"name":"This is a card.",
"id":"53582e2da0fac5676a71427f",
"idList":"53582e2da0fac5676a71427a"
},
"old":{
"idList":"53582e2da0fac5676a714279"
}
},
"type":"updateCard",
"date":"2016-05-04T17:40:22.254Z",
"memberCreator":{
"id":"53582e2da0fac5676a714276",
"avatarHash":null,
"fullName":"TomaszKolek",
"initials":"T",
"username":"tomaszkolek"
}
}
}