From d7036118ab73636d8cd7caa6c04c164670503173 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Mon, 11 Nov 2024 15:50:10 +0000 Subject: [PATCH] Automated commit 'ISCARP-14229: add request-state as filter parameter (#1888) * ISCARP-14229: add request-state as filter parameter * ISCARP-14229: fix typo' by github action: 11781817824 --- idn/v3/paths/access-request-status.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/idn/v3/paths/access-request-status.yaml b/idn/v3/paths/access-request-status.yaml index e65b9de4..64c14b85 100644 --- a/idn/v3/paths/access-request-status.yaml +++ b/idn/v3/paths/access-request-status.yaml @@ -34,7 +34,7 @@ get: type: string example: 2c9180877b2b6ea4017b2c545f971429 description: >- - Filter the results by the identity twho made the requests. *me* + Filter the results by the identity who made the requests. *me* indicates the current user. Mutually exclusive with *regarding-identity*. required: false @@ -118,6 +118,14 @@ get: Sorting is supported for the following fields: **created, modified, accountActivityItemId, name** example: created required: false + - in: query + name: request-state + schema: + type: string + example: request-state=EXECUTING + description: >- + Filter the results by the state of the request. The only valid value is *EXECUTING*. + required: false responses: "200": description: List of requested item statuses.