@@ -331,7 +331,16 @@ Example curl commands to these endpoints [can be found here](https://github.com/
331
331
</td>
332
332
</tr>
333
333
<tr>
334
- <td>/subscriptions/{subscriptionName}</td>
334
+ <td>/subscriptions?subscriptionNames={name1},{name2}</td>
335
+ <td>GET</td>
336
+ <td>
337
+ Fetches information about one or more subscriptions from the back-end. The parameter
338
+ subscriptionNames can take a comma separated list of names.
339
+ </td>
340
+ </tr>
341
+ </tr>
342
+ <tr>
343
+ <td>/subscriptions/{name}</td>
335
344
<td>GET</td>
336
345
<td>Fetches information about a single subscription from the back-end</td>
337
346
</tr>
@@ -345,18 +354,18 @@ Example curl commands to these endpoints [can be found here](https://github.com/
345
354
<td>PUT</td>
346
355
<td>Request to update one (or more) subscription object(s) included in JSON format</td>
347
356
</tr>
348
- <tr>
349
- <td>/subscriptions</td>
357
+ <tr>
358
+ <td>/subscriptions?subscriptionNames={name1} </td>
350
359
<td>DELETE</td>
351
360
<td>
352
- Selected subscriptions can be deleted by using the required subscriptionNames parameter
361
+ One (or more) subscription(s) can be deleted by using the required subscriptionNames parameter
353
362
and a comma separated list e.g. subscriptionNames={name1},{name2}
354
363
</td>
355
364
</tr>
356
365
<tr>
357
- <td>/subscriptions/{subscriptionName }</td>
366
+ <td>/subscriptions/{name }</td>
358
367
<td>DELETE</td>
359
- <td>Deletes a single (or multiple) subscription(s) from the back-end</td>
368
+ <td>Deletes a single subscription from the back-end</td>
360
369
</tr>
361
370
</table >
362
371
@@ -374,7 +383,7 @@ The `backendurl` parameters is passed in to use a specified instance instead of
374
383
375
384
curl -X GET http://localhost:8080/subscriptions?backendurl="http://127.0.0.1:8090/"
376
385
377
- The back -end used is running on localhost and port 8080. EI front-end forwards the request to 127.0.0.1
386
+ The front -end used is running on localhost and port 8080. EI front-end forwards the request to 127.0.0.1
378
387
and port 8090 as requested in the query parameters and the result is a list of existing subscriptions:
379
388
380
389
[
0 commit comments