Skip to content

Commit

Permalink
Merge pull request #4813 from JeethJJ/incorrect-urls
Browse files Browse the repository at this point in the history
Add excludeSystemPortals query param for applications GET
  • Loading branch information
himeshsiriwardana authored Oct 18, 2024
2 parents 203410e + 97353c7 commit 7759907
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions en/asgardeo/docs/apis/organization-apis/restapis/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ paths:
- $ref: '#/components/parameters/sortOrderQueryParam'
- $ref: '#/components/parameters/sortByQueryParam'
- $ref: '#/components/parameters/attributesQueryParam'
- $ref: '#/components/parameters/excludeSystemPortalsQueryParam'
responses:
'200':
description: OK
Expand Down Expand Up @@ -345,6 +346,17 @@ components:
/applications?attributes=advancedConfigurations,templateId,clientId,issuer
schema:
type: string
excludeSystemPortalsQueryParam:
in: query
name: excludeSystemPortals
required: false
description: |
Specifies whether to exclude system portals in the response.
If not provided, the default is false, meaning system portals will be included.
/applications?excludeSystemPortals=true
schema:
type: boolean
exportSecretsQueryParam:
in: query
name: exportSecrets
Expand Down
12 changes: 12 additions & 0 deletions en/identity-server/next/docs/apis/restapis/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ paths:
- $ref: '#/components/parameters/sortOrderQueryParam'
- $ref: '#/components/parameters/sortByQueryParam'
- $ref: '#/components/parameters/attributesQueryParam'
- $ref: '#/components/parameters/excludeSystemPortalsQueryParam'
responses:
'200':
description: OK
Expand Down Expand Up @@ -3931,6 +3932,17 @@ components:
/applications?attributes=advancedConfigurations,templateId,templateVersion,clientId,issuer
schema:
type: string
excludeSystemPortalsQueryParam:
in: query
name: excludeSystemPortals
required: false
description: |
Specifies whether to exclude system portals in the response.
If not provided, the default is false, meaning system portals will be included.
/applications?excludeSystemPortals=true
schema:
type: boolean
exportSecretsQueryParam:
in: query
name: exportSecrets
Expand Down

0 comments on commit 7759907

Please sign in to comment.