From 39a2b0bc3af66eeb54a54c05edb64701f766cdbe Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:57:28 +0000 Subject: [PATCH] ci: apply automated fixes --- docs/agent/config/v3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent/config/v3.mdx b/docs/agent/config/v3.mdx index 01229869f..f97b1c2f2 100644 --- a/docs/agent/config/v3.mdx +++ b/docs/agent/config/v3.mdx @@ -305,7 +305,7 @@ ngrok start --all | Name | Required | Protocols | Description | | ---------------------------------------------------- | -------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [`name`](#name) | Required | | A unique name for this endpoint's configuration. | -| [`url`](#url) | | | The address you would like to use to forward traffic to your upstream service. Leave empty to get a randomly assigned address. | +| [`url`](#url) | | | The address you would like to use to forward traffic to your upstream service. Leave empty to get a randomly assigned address. | | [`metadata`](#metadata-1) | | | An arbitrary string of user-defined metadata for this endpoint. | | [`description`](#description) | | | An arbitrary user-defined description about this endpoint. | | [`traffic_policy`](#traffic-policy) | | | Accepts a Traffic Policy configuration in YAML format. |