From 74befdd13a9b50e6a4335ba18ceb71afe2e2f03d Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Thu, 23 May 2024 13:44:34 -0400 Subject: [PATCH] Update apps.gen.go --- apps.gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.gen.go b/apps.gen.go index e2f7fc1a..9ee7e7f0 100644 --- a/apps.gen.go +++ b/apps.gen.go @@ -446,7 +446,7 @@ type AppLogDestinationSpecLogtail struct { // AppLogDestinationSpecOpenSearch OpenSearch configuration. type AppLogDestinationSpecOpenSearch struct { - // OpenSearch API Endpoint. Only HTTPS is supported. Format: :. + // OpenSearch API Endpoint. Only HTTPS is supported. Format: :. Endpoint string `json:"endpoint"` BasicAuth *OpenSearchBasicAuth `json:"basic_auth,omitempty"` // The index name to use for the logs. If not set, the default index name is \"logs\".