Fix bulk key revocation
This commit is contained in:
parent
d7efb4c4a2
commit
85e75a2808
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class ServerRepository extends BaseRepository implements ServerRepositoryInterfa
|
||||||
{
|
{
|
||||||
if (is_array($key)) {
|
if (is_array($key)) {
|
||||||
return $this->getHttpClient()->request('POST', 'keys/batch-delete', [
|
return $this->getHttpClient()->request('POST', 'keys/batch-delete', [
|
||||||
'json' => $key,
|
'json' => ['keys' => $key],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue