From 193042bd886ebbb363e74a8618fdecc3eeaee876 Mon Sep 17 00:00:00 2001 From: jjeroch <94133633+jjeroch@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:13:14 +0200 Subject: [PATCH] enhance/app subscription management filter function (#156) --- DEPENDENCIES | 2 +- .../01.App Subscription Request Management.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 7828ba0e6..9c17529a8 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -45,7 +45,7 @@ npm/npmjs/-/express/4.18.2, MIT, approved, clearlydefined npm/npmjs/-/fill-range/7.0.1, MIT, approved, clearlydefined npm/npmjs/-/finalhandler/1.2.0, MIT, approved, clearlydefined npm/npmjs/-/find-replace/3.0.0, MIT, approved, clearlydefined -npm/npmjs/-/follow-redirects/1.15.3, MIT, approved, #10782 +npm/npmjs/-/follow-redirects/1.15.2, MIT, approved, #10782 npm/npmjs/-/forwarded/0.2.0, MIT, approved, clearlydefined npm/npmjs/-/fresh/0.5.2, MIT, approved, clearlydefined npm/npmjs/-/function-bind/1.1.1, MIT, approved, #11063 diff --git a/developer/04. Apps/05. App Subscription/01.App Subscription Request Management.md b/developer/04. Apps/05. App Subscription/01.App Subscription Request Management.md index f763bd1e9..880ba5d8d 100644 --- a/developer/04. Apps/05. App Subscription/01.App Subscription Request Management.md +++ b/developer/04. Apps/05. App Subscription/01.App Subscription Request Management.md @@ -78,7 +78,7 @@ To enable the new app filters, fetch the possible filter values via the endpoint
```diff -GET: /api/apps/provided +GET: /api/apps/provided?statusId=Active [ { @@ -86,7 +86,7 @@ GET: /api/apps/provided "name": "string", "leadPictureId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "provider": "string", - "status": "CREATED", + "status": "ACTIVE", "lastChanged": "2023-06-05T09:09:43.848Z" } ] @@ -94,9 +94,7 @@ GET: /api/apps/provided
-Each app responded in the GET call is used to create a filter button on the ( {hostname}/appsubscription ) board. - - +Since we only call the active apps, each app responded in the GET call is used to create a filter button on the ( {hostname}/appsubscription ) board.