Skip to content

Commit 4600b06

Browse files
authored
Create Api.php
realign keys
1 parent aed55eb commit 4600b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Identity/v3/Api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,8 @@ public function getRoleAssignments(): array
770770
public function postPolicies(): array
771771
{
772772
return [
773-
'method' => 'POST',
774-
'path' => 'policies',
773+
'method' => 'POST',
774+
'path' => 'policies',
775775
'jsonKey' => 'policy',
776776
'params' => [
777777
'blob' => $this->params->blob(),

0 commit comments

Comments
 (0)