You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working to assign and then show member of the card but it is showing resource not found error.
$allMembers = $client->api('card')->members()->all($id); with this error
"RuntimeException
The requested resource was not found."
. I have done it manually form card id which is working on trello developers.
The text was updated successfully, but these errors were encountered:
I am working to assign and then show member of the card but it is showing resource not found error.
$allMembers = $client->api('card')->members()->all($id); with this error
"RuntimeException
The requested resource was not found."
. I have done it manually form card id which is working on trello developers.
The text was updated successfully, but these errors were encountered: