Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1787 from sailpoint/kd/PLTCONN-…
Browse files Browse the repository at this point in the history
…5712--update-developer-document-to-correctly-reflect-how-to-use-v3/sources/{sourceId}/schemas

kd/PLTCONN-5712--update-developer-document-to-correctly-reflect-how-to-use-v3/sources/{sourceId}/schemas' by github action: 10638271091
  • Loading branch information
tyler-mairose-sp committed Aug 30, 2024
1 parent 5968069 commit 3d87df9
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions idn/beta/paths/schemas.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

get:
operationId: getSourceSchemas
security:
- UserContextAuth: [ idn:source-schema:read ]
tags:
- Sources
summary: List Schemas on Source
Expand All @@ -18,13 +20,24 @@ get:
required: false
schema:
type: string
enum:
- group
enum:
- group
- user
description: >-
If set to 'group', then the account schema is filtered and only group schemas are returned. Only a
value of 'group' is recognized.
value of 'group' is recognized presently.
Note: The API will check whether include-types is group or not,
if not, it will list schemas based on include-names, if include-names is not provided, it will list all schemas.
example: group
- in: query
name: include-names
required: false
schema:
type: string
description: >-
A comma-separated list of schema names to filter result.
example: account
responses:
'200':
description: The schemas were successfully retrieved.
Expand All @@ -48,6 +61,8 @@ get:
$ref: '../../v3/responses/500.yaml'
post:
operationId: createSourceSchema
security:
- UserContextAuth: [ idn:source-schema:create ]
tags:
- Sources
summary: Create Schema on Source
Expand Down

0 comments on commit 3d87df9

Please sign in to comment.