Skip to content

Commit 616eccf

Browse files
authored
Allow postService() method to set description property
You cannot set `description` for a new service right now, I see the patchService() method have it, so I added it also for the creation.
1 parent 59802cb commit 616eccf

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
@@ -61,6 +61,7 @@ public function postServices(): array
6161
'params' => [
6262
'name' => $this->params->name('service'),
6363
'type' => $this->params->type('service'),
64+
'description' => $this->params->desc('service'),
6465
]
6566
];
6667
}

0 commit comments

Comments
 (0)