Automated commit by github action: 13463867863

This commit is contained in:
GitHub Action Bot
2025-02-21 19:30:26 +00:00
parent 3b9e39ca19
commit ea18131a85
2 changed files with 3 additions and 10 deletions

View File

@@ -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

View File

@@ -7,6 +7,8 @@ get:
security:
- userAuth:
- sp:tenant:read
x-sailpoint-userLevels:
- Any
responses:
'200':
description: Tenant Info
@@ -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