We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b679e commit 54d9beeCopy full SHA for 54d9bee
src/Identity/v3/Api.php
@@ -136,6 +136,17 @@ public function getEndpoints(): array
136
];
137
}
138
139
+ public function getEndpoint(): array
140
+ {
141
+ return [
142
+ 'method' => 'GET',
143
+ 'path' => 'endpoints/{id}',
144
+ 'params' => [
145
+ 'id' => $this->params->idUrl('service')
146
+ ]
147
+ ];
148
+ }
149
+
150
public function patchEndpoint(): array
151
{
152
return [
0 commit comments