From 899c32068b57a8548fa53463333c9b3a4bbe1fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Bavelier?= Date: Mon, 3 Feb 2025 17:31:39 +0100 Subject: [PATCH] clarify type field --- docs/datadog_generic_resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/datadog_generic_resource.md b/docs/datadog_generic_resource.md index fae76a14a..6456c9cb3 100644 --- a/docs/datadog_generic_resource.md +++ b/docs/datadog_generic_resource.md @@ -38,7 +38,7 @@ spec: ``` A `DatadogGenericResource` object has two fields: -* `type`: as one of the [supported resources types](#supported-resources) (e.g. `synthetics_browser_test`), API to create the resource in the Datadog platform. +* `type`: one of the [supported resources types](#supported-resources) (e.g. `synthetics_browser_test`) * `jsonSpec`: JSON description of the resource you want to create. ## Supported Resources