All URIs are relative to https://<CROWD_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
addTrustedProxy | POST /trusted-proxies | Add a trusted proxy |
getTrustedProxies | GET /trusted-proxies | Get the trusted proxies |
removeTrustedProxy | DELETE /trusted-proxies | Remove a trusted proxy |
setTrustedProxies | PUT /trusted-proxies | Set the trusted proxies |
List addTrustedProxy(body)
Add a trusted proxy
Name | Type | Description | Notes |
---|---|---|---|
body | String | [optional] |
List
- Content-Type: text/plain
- Accept: application/json
List getTrustedProxies()
Get the trusted proxies
This endpoint does not need any parameter.
List
- Content-Type: Not defined
- Accept: application/json
List removeTrustedProxy(body)
Remove a trusted proxy
Name | Type | Description | Notes |
---|---|---|---|
body | String | [optional] |
List
- Content-Type: text/plain
- Accept: application/json
List setTrustedProxies(request_body)
Set the trusted proxies
Name | Type | Description | Notes |
---|---|---|---|
request_body | List | [optional] |
List
- Content-Type: application/json
- Accept: application/json