Skip to content

Conversation

fibbers
Copy link

@fibbers fibbers commented Jun 5, 2013

Add support to get the Checklist from an Action, if it related to an Action.

Furthermore correct the value for Action.TYPE.UPDATE_LIST.

fibbers added 2 commits June 5, 2013 16:56
In case when an Action is for instance of type "updateChecklist", it is not
related to a Card, but a Checklist, i.e.:

{
    ....,
    "data": {
        "board": {
            "id": "123456...."
        },
        "checklist": {
            "id": "ABCDE.....",
            "name": "Checklist name"
        },
        ...
    },
    "type": "updateChecklist",
    ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant