Skip to content

Commit ff01c47

Browse files
authored
Adding missing jsonKey on patchPolicy() method
1 parent d438fdb commit ff01c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Identity/v3/Api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,7 @@ public function patchPolicy(): array
816816
return [
817817
'method' => 'PATCH',
818818
'path' => 'policies/{id}',
819+
'jsonKey' => 'policy',
819820
'params' => [
820821
'id' => $this->params->idUrl('policy'),
821822
'blob' => $this->params->blob(),

0 commit comments

Comments
 (0)