Skip to content

Commit

Permalink
Merge pull request #5107 from HasiniSama/application-management-api
Browse files Browse the repository at this point in the history
Fix example filter value to match the filtering capability of the /scopes API
  • Loading branch information
AnuradhaSK authored Feb 24, 2025
2 parents 9c9c691 + 9cca0dd commit c6f5547
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ paths:
<b>Scope(Permission) required:</b> `internal_org_api_resource_view`
parameters:
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/scopeFilter'
responses:
200:
description: OK
Expand Down Expand Up @@ -252,6 +252,16 @@ components:
type: string
example: identifier+eq+greetings

scopeFilter:
name: filter
in: query
required: false
description: |
Condition to filter the retrieval of scopes by name. Supports 'sw', 'co', 'ew' and 'eq' operations.
schema:
type: string
example: name+co+greetings

collectionFilter:
name: filter
in: query
Expand Down
12 changes: 11 additions & 1 deletion en/asgardeo/docs/apis/restapis/api-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ paths:
<b>Scope(Permission) required:</b> `internal_api_resource_view`
parameters:
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/scopeFilter'
responses:
200:
description: OK
Expand Down Expand Up @@ -620,6 +620,16 @@ components:
schema:
type: string
example: identifier+eq+greetings

scopeFilter:
name: filter
in: query
required: false
description: |
Condition to filter the retrieval of scopes by name. Supports 'sw', 'co', 'ew' and 'eq' operations.
schema:
type: string
example: name+co+greetings

collectionFilter:
name: filter
Expand Down
12 changes: 11 additions & 1 deletion en/identity-server/7.0.0/docs/apis/restapis/api-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ paths:
<b>Scope(Permission) required:</b> `internal_api_resource_view`
parameters:
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/scopeFilter'
responses:
200:
description: OK
Expand Down Expand Up @@ -674,6 +674,16 @@ components:
schema:
type: string
example: identifier+eq+greetings

scopeFilter:
name: filter
in: query
required: false
description: |
Condition to filter the retrieval of scopes by name. Supports 'sw', 'co', 'ew' and 'eq' operations.
schema:
type: string
example: name+co+greetings

collectionFilter:
name: filter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ paths:
<b>Scope(Permission) required:</b> `internal_org_api_resource_view`
parameters:
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/scopeFilter'
responses:
200:
description: OK
Expand Down Expand Up @@ -259,6 +259,16 @@ components:
type: string
example: identifier+eq+greetings

scopeFilter:
name: filter
in: query
required: false
description: |
Condition to filter the retrieval of scopes by name. Supports 'sw', 'co', 'ew' and 'eq' operations.
schema:
type: string
example: name+co+greetings

collectionFilter:
name: filter
in: query
Expand Down
12 changes: 11 additions & 1 deletion en/identity-server/next/docs/apis/restapis/api-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ paths:
<b>Scope(Permission) required:</b> `internal_api_resource_view`
parameters:
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/scopeFilter'
responses:
200:
description: OK
Expand Down Expand Up @@ -675,6 +675,16 @@ components:
type: string
example: identifier+eq+greetings

scopeFilter:
name: filter
in: query
required: false
description: |
Condition to filter the retrieval of scopes by name. Supports 'sw', 'co', 'ew' and 'eq' operations.
schema:
type: string
example: name+co+greetings

collectionFilter:
name: filter
in: query
Expand Down

0 comments on commit c6f5547

Please sign in to comment.