Skip to content

Commit

Permalink
Automated build 'Automated commit 'Merge pull request #1926 from sail…
Browse files Browse the repository at this point in the history
…point/DEVREL-2045

Added X-SailPoint-Experimental header' by github action: 12419725121' go sdk: 12419731055
  • Loading branch information
developer-relations-sp committed Dec 19, 2024
1 parent f1e3c7b commit 3dc940d
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 10 deletions.
40 changes: 40 additions & 0 deletions api_v2024/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35446,6 +35446,14 @@ paths:
required: true
schema:
type: string
- description: Use this header to enable this experimental API.
example: true
in: header
name: X-SailPoint-Experimental
required: true
schema:
default: "true"
type: string
responses:
"200":
content:
Expand Down Expand Up @@ -35551,6 +35559,14 @@ paths:
required: true
schema:
type: string
- description: Use this header to enable this experimental API.
example: true
in: header
name: X-SailPoint-Experimental
required: true
schema:
default: "true"
type: string
requestBody:
content:
application/json:
Expand Down Expand Up @@ -35651,6 +35667,14 @@ paths:
- ACCOUNT_AGGREGATION
- GROUP_AGGREGATION
type: string
- description: Use this header to enable this experimental API.
example: true
in: header
name: X-SailPoint-Experimental
required: true
schema:
default: "true"
type: string
responses:
"204":
description: No content - indicates the request was successful but there
Expand Down Expand Up @@ -35761,6 +35785,14 @@ paths:
- ACCOUNT_AGGREGATION
- GROUP_AGGREGATION
type: string
- description: Use this header to enable this experimental API.
example: true
in: header
name: X-SailPoint-Experimental
required: true
schema:
default: "true"
type: string
responses:
"200":
content:
Expand Down Expand Up @@ -35875,6 +35907,14 @@ paths:
- ACCOUNT_AGGREGATION
- GROUP_AGGREGATION
type: string
- description: Use this header to enable this experimental API.
example: true
in: header
name: X-SailPoint-Experimental
required: true
schema:
default: "true"
type: string
requestBody:
content:
application/json-patch+json:
Expand Down
97 changes: 97 additions & 0 deletions api_v2024/api_sources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3dc940d

Please sign in to comment.