Skip to main content
PUT
Update tunnel configuration

Authorizations

Authorization
string
header
required

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

Body

application/json

Base64-encoded tunnel configuration

config
string
required

Base64-encoded tunnel config JSON

Example:

"eyJsb2NhbF9pcCI6ICIxMC4wLjAuMS8zMiIsIC4uLn0="

Response

Configuration applied

message
string
required
Example:

"File created successfully"

path
string
Example:

"/path/to/file"

Last modified on June 16, 2026