| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
FormResponse |
FormsApi.updateForm(UUID formId,
UpdateFormRequest body)
Update a form.
|
CompletableFuture<FormResponse> |
FormsApi.updateFormAsync(UUID formId,
UpdateFormRequest body)
Update a form.
|
ApiResponse<FormResponse> |
FormsApi.updateFormWithHttpInfo(UUID formId,
UpdateFormRequest body)
Update a form's properties such as its name, description, or datastore configuration.
|
CompletableFuture<ApiResponse<FormResponse>> |
FormsApi.updateFormWithHttpInfoAsync(UUID formId,
UpdateFormRequest body)
Update a form.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFormRequest |
UpdateFormRequest.data(UpdateFormData data) |
UpdateFormRequest |
UpdateFormRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.