POST
/
v1
/
projects
/
{id}
/
proxy-settings

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

Body

application/json
description
string
required

Description of the proxy settings revision.

backends
object[]
required

The backend list of the proxy.

routes
object[]

The routing rules of the proxy.

Response

200 - application/json

A ProxySettings is a revision of the proxy settings of a project.

object
string

String representing the object's type. Objects of the same type share the same value

revision
number

The revision number of the proxy settings.

description
string

Description of the proxy settings revision.

is_active
boolean

Whether this revision is the active one.

backends
object[]

The backend list of the proxy.

routes
object[]

The routing rules of the proxy.