diff --git a/.apigentools-info b/.apigentools-info index 73180f2f2ac1..bd95b5c0c627 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.5.1.dev2", - "regenerated": "2022-01-10 18:20:44.949753", - "spec_repo_commit": "16aa0e9" + "regenerated": "2022-01-11 10:31:47.464816", + "spec_repo_commit": "1d9e354" }, "v2": { "apigentools_version": "1.5.1.dev2", - "regenerated": "2022-01-10 18:20:44.981708", - "spec_repo_commit": "16aa0e9" + "regenerated": "2022-01-11 10:31:47.493862", + "spec_repo_commit": "1d9e354" } } } \ No newline at end of file diff --git a/docs/v1/HostMetaInstallMethod.md b/docs/v1/HostMetaInstallMethod.md index 8e9738da28e3..442eae838d1f 100644 --- a/docs/v1/HostMetaInstallMethod.md +++ b/docs/v1/HostMetaInstallMethod.md @@ -2,11 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **installer_version** | **String** | The installer version. | [optional] | -| **tool** | **String** | Tool used to install the agent. | [optional] | -| **tool_version** | **String** | The tool version. | [optional] | +| Name | Type | Description | Notes | +| --------------------- | ---------- | ------------------------------- | ---------- | +| **installer_version** | **String** | The installer version. | [optional] | +| **tool** | **String** | Tool used to install the agent. | [optional] | +| **tool_version** | **String** | The tool version. | [optional] | ## Example @@ -19,4 +19,3 @@ instance = DatadogAPIClient::V1::HostMetaInstallMethod.new( tool_version: install_script ) ``` -