Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put

Edited

Hello Folks,

I am getting an "Invalid Key" error while using the update card API for Trello.  Struggling for hours but didn't get out of it. Please anyone's help in this regard will be highly appreciated.

Thanks

 

$headers = array('Accept' => 'application/json');
$query = array(
'idList'=>'6252a15d13bccd70352f4f97',
'name'=>'hdgsfsfsfs',
'key' => 'key',
'token' => 'token',
);
$response = Unirest\Request::put('https://api.trello.com/1/cards/6252b7287edefd75f235c747', $headers, $query);

print "<pre>";
print_r($response);
exit;

1 answer

0 votes
Artemis
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 11, 2022

Hi @Dev Geek, you should urgently edit your post to remove the key & token. You've shared enough information for anyone to GET and PUT data on your account.

This is the trial account info nothing to worry about just shared if there is an issue with account/permission as well. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events