Update API pages with v0.71.3

This commit is contained in:
netbirddev
2026-05-20 17:35:38 +00:00
parent 30cb1bff3b
commit 2cc722e436

View File

@@ -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"
}
]
```