All URIs are relative to /api/v2
| Method | HTTP request | Description |
|---|---|---|
| deleteRelayProxyConfig | DELETE /account/relay-auto-configs/{id} | Delete a relay proxy configuration by ID. |
| getRelayProxyConfig | GET /account/relay-auto-configs/{id} | Get a single relay proxy configuration by ID. |
| getRelayProxyConfigs | GET /account/relay-auto-configs | Returns a list of relay proxy configurations in the account. |
| patchRelayProxyConfig | PATCH /account/relay-auto-configs/{id} | Modify a relay proxy configuration by ID. |
| postRelayAutoConfig | POST /account/relay-auto-configs | Create a new relay proxy config. |
| resetRelayProxyConfig | POST /account/relay-auto-configs/{id}/reset | Reset a relay proxy configuration's secret key with an optional expiry time for the old key. |
Delete a relay proxy configuration by ID.
deleteRelayProxyConfig id=value| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The relay proxy configuration ID |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get a single relay proxy configuration by ID.
getRelayProxyConfig id=value| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The relay proxy configuration ID |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Returns a list of relay proxy configurations in the account.
getRelayProxyConfigsThis endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Modify a relay proxy configuration by ID.
patchRelayProxyConfig id=value| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The relay proxy configuration ID | |
| patchDelta | array[PatchOperation] | Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Create a new relay proxy config.
postRelayAutoConfig| Name | Type | Description | Notes |
|---|---|---|---|
| relayProxyConfigBody | RelayProxyConfigBody | Create a new relay proxy configuration |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Reset a relay proxy configuration's secret key with an optional expiry time for the old key.
resetRelayProxyConfig id=value expiry=value| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The relay proxy configuration ID | |
| expiry | integer | An expiration time for the old relay proxy configuration key, expressed as a Unix epoch time in milliseconds. By default, the relay proxy configuration will expire immediately | [optional] |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]