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. |