Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1926 from sailpoint/DEVREL-2045
Browse files Browse the repository at this point in the history
Added X-SailPoint-Experimental header' by github action: 12419725121
  • Loading branch information
tyler-mairose-sp committed Dec 19, 2024
1 parent 9f1a060 commit 0e08178
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
27 changes: 25 additions & 2 deletions idn/v2024/paths/source-schedule.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

get:
operationId: getSourceSchedule
security:
Expand Down Expand Up @@ -30,6 +29,14 @@ get:
required: true
description: The Schedule type.
example: ACCOUNT_AGGREGATION
- in: header
name: X-SailPoint-Experimental
description: Use this header to enable this experimental API.
example: true
schema:
type: string
default: true
required: true
responses:
'200':
description: The requested Schedule was successfully retrieved.
Expand Down Expand Up @@ -85,6 +92,14 @@ patch:
required: true
description: The Schedule type.
example: ACCOUNT_AGGREGATION
- in: header
name: X-SailPoint-Experimental
description: Use this header to enable this experimental API.
example: true
schema:
type: string
default: true
required: true
requestBody:
required: true
description: The JSONPatch payload used to update the schedule.
Expand Down Expand Up @@ -152,6 +167,14 @@ delete:
required: true
description: The Schedule type.
example: ACCOUNT_AGGREGATION
- in: header
name: X-SailPoint-Experimental
description: Use this header to enable this experimental API.
example: true
schema:
type: string
default: true
required: true
responses:
'204':
$ref: '../../v3/responses/204.yaml'
Expand All @@ -167,4 +190,4 @@ delete:
'429':
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'
$ref: '../../v3/responses/500.yaml'
16 changes: 16 additions & 0 deletions idn/v2024/paths/source-schedules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ get:
type: string
description: Source ID.
example: 2c9180835d191a86015d28455b4a2329
- in: header
name: X-SailPoint-Experimental
description: Use this header to enable this experimental API.
example: true
schema:
type: string
default: true
required: true
responses:
'200':
description: The schedules were successfully retrieved.
Expand Down Expand Up @@ -61,6 +69,14 @@ post:
type: string
description: Source ID.
example: 2c9180835d191a86015d28455b4a2329
- in: header
name: X-SailPoint-Experimental
description: Use this header to enable this experimental API.
example: true
schema:
type: string
default: true
required: true
requestBody:
required: true
content:
Expand Down

0 comments on commit 0e08178

Please sign in to comment.