We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59802cb commit 616eccfCopy full SHA for 616eccf
1 file changed
src/Identity/v3/Api.php
@@ -61,6 +61,7 @@ public function postServices(): array
61
'params' => [
62
'name' => $this->params->name('service'),
63
'type' => $this->params->type('service'),
64
+ 'description' => $this->params->desc('service'),
65
]
66
];
67
}
0 commit comments