trello-to-deck/src/tests/responses/nextcloud-card-create.json
Paul Campbell b6831e6de0
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 1m46s
Test / build (map[name:stable]) (push) Successful in 2m4s
Release Please / Release-plz (push) Failing after 16s
feat(nextcloud): add command 'nextcloud card create'
2024-12-13 21:59:28 +00:00

27 lines
589 B
JSON

{
"id": 331,
"title": "my new card",
"description": "my new description",
"descriptionPrev": null,
"stackId": 1,
"type": "plain",
"lastModified": 1733669509,
"lastEditor": null,
"createdAt": 1733669509,
"labels": null,
"assignedUsers": null,
"attachments": null,
"attachmentCount": null,
"owner": "pcampbell",
"order": 999,
"archived": false,
"done": null,
"duedate": null,
"notified": false,
"deletedAt": 0,
"commentsUnread": 0,
"commentsCount": 0,
"relatedStack": null,
"relatedBoard": null,
"ETag": "a3aee71091453c0e2055e4f2c31b611f"
}