Skip to content

Commit

Permalink
clarify type field
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Feb 3, 2025
1 parent dcb7fb3 commit 899c320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datadog_generic_resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 899c320

Please sign in to comment.