Skip to content

Commit 1abd8e7

Browse files
Automated commit 'Merge pull request #2037 from sailpoint/devrel/promoteCustomForms
Remove experimental header' by github action: 14084834738
1 parent 139ef20 commit 1abd8e7

13 files changed

+1
-151
lines changed

idn/v2024/paths/form-definition-data-source.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ post:
6969
example: ac
7070
required: false
7171
x-go-name: Query
72-
- name: X-SailPoint-Experimental
73-
in: header
74-
description: Use this header to enable this experimental API.
75-
example: true
76-
schema:
77-
type: string
78-
default: true
79-
required: true
8072
requestBody:
8173
description: Body is the request payload to create a form definition dynamic schema
8274
content:

idn/v2024/paths/form-definition-file.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ get:
3030
type: string
3131
x-go-name: FileID
3232
x-go-name: FileID
33-
- name: X-SailPoint-Experimental
34-
in: header
35-
description: Use this header to enable this experimental API.
36-
example: true
37-
schema:
38-
type: string
39-
default: true
40-
required: true
4133
responses:
4234
'200':
4335
description: Returns a file that is referred to by fileID and associated with

idn/v2024/paths/form-definition-files.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ post:
1818
type: string
1919
x-go-name: FormDefinitionID
2020
x-go-name: FormDefinitionID
21-
- name: X-SailPoint-Experimental
22-
in: header
23-
description: Use this header to enable this experimental API.
24-
example: true
25-
schema:
26-
type: string
27-
default: true
28-
required: true
2921
requestBody:
3022
content:
3123
multipart/form-data:

idn/v2024/paths/form-definition-forms-action-dynamic-schema.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,3 @@ post:
144144
- userAuth:
145145
- sp:forms:manage
146146
x-codegen-request-body-name: Body
147-
parameters:
148-
- name: X-SailPoint-Experimental
149-
in: header
150-
description: Use this header to enable this experimental API.
151-
example: true
152-
schema:
153-
type: string
154-
default: true
155-
required: true

idn/v2024/paths/form-definition.yaml

-24
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ get:
1515
x-go-name: FormDefinitionID
1616
example: 00000000-0000-0000-0000-000000000000
1717
x-go-name: FormDefinitionID
18-
- name: X-SailPoint-Experimental
19-
in: header
20-
description: Use this header to enable this experimental API.
21-
example: true
22-
schema:
23-
type: string
24-
default: true
25-
required: true
2618
responses:
2719
'200':
2820
description: Returns a form definition
@@ -166,14 +158,6 @@ delete:
166158
x-go-name: FormDefinitionID
167159
example: 00000000-0000-0000-0000-000000000000
168160
x-go-name: FormDefinitionID
169-
- name: X-SailPoint-Experimental
170-
in: header
171-
description: Use this header to enable this experimental API.
172-
example: true
173-
schema:
174-
type: string
175-
default: true
176-
required: true
177161
responses:
178162
'204':
179163
description: Returns an empty body
@@ -317,14 +301,6 @@ patch:
317301
x-go-name: FormDefinitionID
318302
example: 00000000-0000-0000-0000-000000000000
319303
x-go-name: FormDefinitionID
320-
- name: X-SailPoint-Experimental
321-
in: header
322-
description: Use this header to enable this experimental API.
323-
example: true
324-
schema:
325-
type: string
326-
default: true
327-
required: true
328304
requestBody:
329305
description: 'Body is the request payload to patch a form definition, check: https://jsonpatch.com'
330306
content:

idn/v2024/paths/form-definitions-export.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ get:
8282
example: name
8383
required: false
8484
x-go-name: Sorters
85-
- name: X-SailPoint-Experimental
86-
in: header
87-
description: Use this header to enable this experimental API.
88-
example: true
89-
schema:
90-
type: string
91-
default: true
92-
required: true
9385
responses:
9486
'200':
9587
description: Returns a list of form definition objects by tenant used by SP-Config

idn/v2024/paths/form-definitions-import.yaml

+1-10
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,4 @@ post:
246246
security:
247247
- userAuth:
248248
- sp:forms:manage
249-
x-codegen-request-body-name: Body
250-
parameters:
251-
- name: X-SailPoint-Experimental
252-
in: header
253-
description: Use this header to enable this experimental API.
254-
example: true
255-
schema:
256-
type: string
257-
default: true
258-
required: true
249+
x-codegen-request-body-name: Body

idn/v2024/paths/form-definitions-predefined-select-options.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,3 @@ get:
108108
security:
109109
- userAuth:
110110
- sp:forms:manage
111-
parameters:
112-
- name: X-SailPoint-Experimental
113-
in: header
114-
description: Use this header to enable this experimental API.
115-
example: true
116-
schema:
117-
type: string
118-
default: true
119-
required: true

idn/v2024/paths/form-definitions.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ get:
8181
example: name
8282
required: false
8383
x-go-name: Sorters
84-
- name: X-SailPoint-Experimental
85-
in: header
86-
description: Use this header to enable this experimental API.
87-
example: true
88-
schema:
89-
type: string
90-
default: true
91-
required: true
9284
responses:
9385
'200':
9486
description: Returns a list of form definitions by tenant
@@ -343,12 +335,3 @@ post:
343335
x-sailpoint-userLevels:
344336
- ORG_ADMIN
345337
x-codegen-request-body-name: Body
346-
parameters:
347-
- name: X-SailPoint-Experimental
348-
in: header
349-
description: Use this header to enable this experimental API.
350-
example: true
351-
schema:
352-
type: string
353-
default: true
354-
required: true

idn/v2024/paths/form-instance-data-source.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@ get:
8383
example: support
8484
required: false
8585
x-go-name: Query
86-
- name: X-SailPoint-Experimental
87-
in: header
88-
description: Use this header to enable this experimental API.
89-
example: true
90-
schema:
91-
type: string
92-
default: true
93-
required: true
9486
responses:
9587
'200':
9688
description: Retrieves dynamic data to aid in correctly completing a valid form

idn/v2024/paths/form-instance-file.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ get:
3030
type: string
3131
x-go-name: FileID
3232
x-go-name: FileID
33-
- name: X-SailPoint-Experimental
34-
in: header
35-
description: Use this header to enable this experimental API.
36-
example: true
37-
schema:
38-
type: string
39-
default: true
40-
required: true
4133
responses:
4234
'200':
4335
description: Returns a file that is referred to by fileID and associated with

idn/v2024/paths/form-instance.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ get:
1515
x-go-name: FormInstanceID
1616
example: 00000000-0000-0000-0000-000000000000
1717
x-go-name: FormInstanceID
18-
- name: X-SailPoint-Experimental
19-
in: header
20-
description: Use this header to enable this experimental API.
21-
example: true
22-
schema:
23-
type: string
24-
default: true
25-
required: true
2618
responses:
2719
'200':
2820
description: Returns a form instance by its key
@@ -165,14 +157,6 @@ patch:
165157
x-go-name: FormInstanceID
166158
example: 00000000-0000-0000-0000-000000000000
167159
x-go-name: FormInstanceID
168-
- name: X-SailPoint-Experimental
169-
in: header
170-
description: Use this header to enable this experimental API.
171-
example: true
172-
schema:
173-
type: string
174-
default: true
175-
required: true
176160
requestBody:
177161
description: 'Body is the request payload to patch a form instance, check: https://jsonpatch.com'
178162
content:

idn/v2024/paths/form-instances.yaml

-18
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,6 @@ get:
110110
security:
111111
- userAuth:
112112
- sp:forms:manage
113-
parameters:
114-
- name: X-SailPoint-Experimental
115-
in: header
116-
description: Use this header to enable this experimental API.
117-
example: true
118-
schema:
119-
type: string
120-
default: true
121-
required: true
122113
post:
123114
tags:
124115
- Custom Forms
@@ -245,12 +236,3 @@ post:
245236
- userAuth:
246237
- sp:forms:manage
247238
x-codegen-request-body-name: Body
248-
parameters:
249-
- name: X-SailPoint-Experimental
250-
in: header
251-
description: Use this header to enable this experimental API.
252-
example: true
253-
schema:
254-
type: string
255-
default: true
256-
required: true

0 commit comments

Comments
 (0)