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

Authorizations

Authorization
string
header
required

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
backends
object[]
required

The backend list of the proxy.

description
string
required

Description of the proxy settings revision.

routes
object[]

The routing rules of the proxy.

Response

200 - application/json

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

backends
object[]

The backend list of the proxy.

description
string

Description of the proxy settings revision.

is_active
boolean

Whether this revision is the active one.

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.

routes
object[]

The routing rules of the proxy.