mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-24 16:51:26 +02:00
Update API pages with v0.71.3
This commit is contained in:
@@ -165,8 +165,12 @@ echo $response;
|
||||
{
|
||||
"id": "chlfq4q5r8kc73b0qjpg",
|
||||
"address": "eu.proxy.netbird.io",
|
||||
"type": "shared",
|
||||
"online": true,
|
||||
"connected_proxies": 3,
|
||||
"self_hosted": false
|
||||
"supports_custom_ports": true,
|
||||
"require_subdomain": false,
|
||||
"supports_crowdsec": false
|
||||
}
|
||||
]
|
||||
```
|
||||
@@ -175,8 +179,12 @@ echo $response;
|
||||
{
|
||||
"id": "string",
|
||||
"address": "string",
|
||||
"type": "string",
|
||||
"online": "boolean",
|
||||
"connected_proxies": "integer",
|
||||
"self_hosted": "boolean"
|
||||
"supports_custom_ports": "boolean",
|
||||
"require_subdomain": "boolean",
|
||||
"supports_crowdsec": "boolean"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user