We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f710bec commit fc8daf6Copy full SHA for fc8daf6
1 file changed
src/Identity/v3/Api.php
@@ -772,6 +772,7 @@ public function postPolicies(): array
772
return [
773
'method' => 'POST',
774
'path' => 'policies',
775
+ 'jsonKey' => 'policy',
776
'params' => [
777
'blob' => $this->params->blob(),
778
'projectId' => $this->params->projectId('policy'),
0 commit comments