update an upstream
PATCH /api/upstreams/:upstream_id updates the identified upstream resource
Required scope: upstreams:manage:all
| Path Parameters |
|---|
upstream_id string — REQUIRED |
| Request Body — REQUIRED |
|---|
upstream object — REQUIREDauthorize boolean — REQUIRED | host string — REQUIRED | pool_size int32 — REQUIRED | port string — REQUIRED | required_scopes object — REQUIRED | scheme string — REQUIRED | strip_uri boolean — REQUIRED | uris string[] — REQUIRED |
|
| Responses |
|---|
| Schema — OPTIONAL |
|---|
data object — OPTIONALauthorize boolean | host string | pool_size int32 | port string | required_scopes object | scheme string | strip_uri boolean | uris string[] |
|
|
401
The client is unauthorized to access this resource. | Schema — OPTIONAL |
|---|
code string | message string |
|
403
The client is forbidden to access this resource. | Schema — OPTIONAL |
|---|
code string | message string |
|