You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A response containing the list of versions for a form.
58964
+
properties:
58965
+
data:
58966
+
$ref: "#/components/schemas/ListFormVersionsData"
58967
+
required:
58968
+
- data
58969
+
type: object
58920
58970
ListHistoricalJobsResponse:
58921
58971
description: List of historical jobs.
58922
58972
properties:
@@ -139534,7 +139584,9 @@ paths:
139534
139584
**Note**: This endpoint is in preview and is subject to change.
139535
139585
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
139536
139586
post:
139537
-
description: Create a new form. The form is created in draft mode and must be published before it can be used. This also creates a new datastore for form responses and links it to the form.
139587
+
description: |-
139588
+
Create a new form. The form is created in draft mode and must be published before it can be used. This
139589
+
also creates a new datastore for form responses and links it to the form.
139538
139590
operationId: CreateForm
139539
139591
requestBody:
139540
139592
content:
@@ -139608,7 +139660,9 @@ paths:
139608
139660
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
139609
139661
/api/v2/forms/create_and_publish:
139610
139662
post:
139611
-
description: Creates a new form and immediately publishes its initial version. This also creates a new datastore for form responses and links it to the form.
139663
+
description: |-
139664
+
Creates a new form and immediately publishes its initial version. This also creates a new datastore for
139665
+
form responses and links it to the form.
139612
139666
operationId: CreateAndPublishForm
139613
139667
requestBody:
139614
139668
content:
@@ -139738,7 +139792,9 @@ paths:
139738
139792
schema:
139739
139793
format: uuid
139740
139794
type: string
139741
-
- description: The version of the form to retrieve. Use 'latest' for the most recent draft, 'published' for the last published version, or a specific version number.
139795
+
- description: |-
139796
+
The version of the form to retrieve. Use 'latest' for the most recent draft, 'published' for the
139797
+
last published version, or a specific version number.
139742
139798
in: query
139743
139799
name: version
139744
139800
required: false
@@ -140045,6 +140101,72 @@ paths:
140045
140101
**Note**: This endpoint is in preview and is subject to change.
140046
140102
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
0 commit comments