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:
@@ -139209,7 +139259,9 @@ paths:
139209
139259
**Note**: This endpoint is in preview and is subject to change.
139210
139260
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
139211
139261
post:
139212
-
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.
139262
+
description: |-
139263
+
Create a new form. The form is created in draft mode and must be published before it can be used. This
139264
+
also creates a new datastore for form responses and links it to the form.
139213
139265
operationId: CreateForm
139214
139266
requestBody:
139215
139267
content:
@@ -139283,7 +139335,9 @@ paths:
139283
139335
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
139284
139336
/api/v2/forms/create_and_publish:
139285
139337
post:
139286
-
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.
139338
+
description: |-
139339
+
Creates a new form and immediately publishes its initial version. This also creates a new datastore for
139340
+
form responses and links it to the form.
139287
139341
operationId: CreateAndPublishForm
139288
139342
requestBody:
139289
139343
content:
@@ -139413,7 +139467,9 @@ paths:
139413
139467
schema:
139414
139468
format: uuid
139415
139469
type: string
139416
-
- 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.
139470
+
- description: |-
139471
+
The version of the form to retrieve. Use 'latest' for the most recent draft, 'published' for the
139472
+
last published version, or a specific version number.
139417
139473
in: query
139418
139474
name: version
139419
139475
required: false
@@ -139720,6 +139776,72 @@ paths:
139720
139776
**Note**: This endpoint is in preview and is subject to change.
139721
139777
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
0 commit comments