我在 php 中构建 Trello powerup 但我有问题 Trello List not archived 这个问题没有解决
网址
'https://api.trello.com/1/lists/{id}/closed?key=0471642aefef5fa1fa76530ce1ba4c85&token=9eb76d9a9d02b8dd40c2f3e5df18556c831d4d1fadbe2c45f8310e6c93b5c548'
这个网址不起作用
php示例:
$response = Unirest\Request::put('https://api.trello.com/1/lists/5ff46fa3d9fe8718bb0378a1/true?key=0471642aefef5fa1fa76530ce1ba4c85&token=9eb76d9a9d02b8dd40c2f3e5df18556c831d4801fadbe2cf'e) var_dump($response);
Trello 开发人员文档https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-closed-put
这个问题怎么解决