Skip to content

Commit

Permalink
Automated commit 'ISCARP-14229: add request-state as filter parameter…
Browse files Browse the repository at this point in the history
… (#1888)

* ISCARP-14229: add request-state as filter parameter

* ISCARP-14229: fix typo' by github action: 11781817824
  • Loading branch information
tyler-mairose-sp committed Nov 11, 2024
1 parent a86c92b commit d703611
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion idn/v3/paths/access-request-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d703611

Please sign in to comment.