Update - ngrok documentation

Update - ngrok documentation

Bearer authentication header of the form Bearer <token> , where <token> is your auth token.

unique identifier of this edge

unique identifier of this edge route

Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

Route selector: "/blog" or "example.com" or "example.com/blog"

human-readable description of what this edge will be used for; optional, max 255 bytes.

arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.

backend module configuration or null

Show child attributes

ip restriction module configuration or null

circuit breaker module configuration or null

compression module configuration or null

request headers module configuration or null

response headers module configuration or null

webhook verification module configuration or null

oauth module configuration or null

saml module configuration or null

oidc module configuration or null

websocket to tcp adapter configuration or null

the traffic policy associated with this edge or null

Updates an HTTPS Edge Route by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

timestamp when the edge configuration was created, RFC 3339 format

URI of the edge API resource

Was this page helpful?