Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1979 from sailpoint/sudati/ISCA…
Browse files Browse the repository at this point in the history
…NT-8833

ISCANT-8833: Remove X-Sailpoint-Experimental Header' by github action: 13463861446
  • Loading branch information
tyler-mairose-sp committed Feb 21, 2025
1 parent 12fd43b commit 1f610ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion idn/beta/schemas/forms/PreviewDataSourceResponse.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: PreviewDataSourceResponse is the response sent by /form-definitions/{formDefinitionID}/data-source endpoint
description: PreviewDataSourceResponse is the response sent by `/form-definitions/{formDefinitionID}/data-source` endpoint
properties:
results:
description: Results holds a list of FormElementDataSourceConfigOptions items
Expand Down
11 changes: 2 additions & 9 deletions idn/v2024/paths/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ get:
security:
- userAuth:
- sp:tenant:read
x-sailpoint-userLevels:
- Any
responses:
'200':
description: Tenant Info
Expand All @@ -26,12 +28,3 @@ get:
$ref: ../../v3/responses/429.yaml
'500':
$ref: ../../v3/responses/500.yaml
parameters:
- name: X-SailPoint-Experimental
in: header
description: Use this header to enable this experimental API.
example: true
schema:
type: string
default: true
required: true

0 comments on commit 1f610ca

Please sign in to comment.