mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Automated commit by github action: 13463867863
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user