trello - How to know if a card is editable by the current user, using API? -
hi trello api users , dev team.
we using client.js access trello api. developing board/card lists in grid / edit page trello api.
is there way know access rights user have on card? when open our "edit window", allow user edit everything, when save field, if can't, receive "401 not authorized". how can know can't edit card before calling "save" action?
on native app, if have readonly access, edit window empty, "activity stream". same.
the results /lists or /boards request doesn't seems contains property can tells if card editable current user.
Comments
Post a Comment