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:
@@ -139326,7 +139376,9 @@ paths:
139326
139376
**Note**: This endpoint is in preview and is subject to change.
139327
139377
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
139328
139378
post:
139329
-
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.
139379
+
description: |-
139380
+
Create a new form. The form is created in draft mode and must be published before it can be used. This
139381
+
also creates a new datastore for form responses and links it to the form.
139330
139382
operationId: CreateForm
139331
139383
requestBody:
139332
139384
content:
@@ -139400,7 +139452,9 @@ paths:
139400
139452
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
139401
139453
/api/v2/forms/create_and_publish:
139402
139454
post:
139403
-
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.
139455
+
description: |-
139456
+
Creates a new form and immediately publishes its initial version. This also creates a new datastore for
139457
+
form responses and links it to the form.
139404
139458
operationId: CreateAndPublishForm
139405
139459
requestBody:
139406
139460
content:
@@ -139530,7 +139584,9 @@ paths:
139530
139584
schema:
139531
139585
format: uuid
139532
139586
type: string
139533
-
- 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.
139587
+
- description: |-
139588
+
The version of the form to retrieve. Use 'latest' for the most recent draft, 'published' for the
139589
+
last published version, or a specific version number.
139534
139590
in: query
139535
139591
name: version
139536
139592
required: false
@@ -139837,6 +139893,72 @@ paths:
139837
139893
**Note**: This endpoint is in preview and is subject to change.
139838
139894
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
0 commit comments