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

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

Dev Geek April 11, 2022

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.
April 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.

Dev Geek April 11, 2022

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