Update API pages with v0.67.0

This commit is contained in:
netbirddev
2026-03-23 10:51:03 +00:00
parent fdff1eafed
commit cedb0c0f71
3 changed files with 2172 additions and 3063 deletions

View File

@@ -193,6 +193,7 @@ echo $response;
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -241,6 +242,7 @@ echo $response;
},
"lazy_connection_enabled": "boolean",
"auto_update_version": "string",
"auto_update_always": "boolean",
"embedded_idp_enabled": "boolean",
"local_auth_disabled": "boolean"
},
@@ -566,6 +568,11 @@ echo $response;
Set Clients auto-update version. "latest", "disabled", or a specific version (e.g "0.50.1")
</Property>
<Property name="auto_update_always" type="boolean" required={false}>
When true, updates are installed automatically in the background. When false, updates require user interaction from the UI.
</Property>
<Property name="embedded_idp_enabled" type="boolean" required={false}>
@@ -648,6 +655,7 @@ curl -X PUT https://api.netbird.io/api/accounts/{accountId} \
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -691,6 +699,7 @@ let data = JSON.stringify({
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -756,6 +765,7 @@ payload = json.dumps({
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -821,6 +831,7 @@ func main() {
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -904,6 +915,7 @@ request.body = JSON.dump({
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -951,6 +963,7 @@ RequestBody body = RequestBody.create(mediaType, '{
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -1014,6 +1027,7 @@ curl_setopt_array($curl, array(
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -1072,6 +1086,7 @@ echo $response;
},
"lazy_connection_enabled": true,
"auto_update_version": "0.51.2",
"auto_update_always": false,
"embedded_idp_enabled": false,
"local_auth_disabled": false
},
@@ -1118,6 +1133,7 @@ echo $response;
},
"lazy_connection_enabled": "boolean",
"auto_update_version": "string",
"auto_update_always": "boolean",
"embedded_idp_enabled": "boolean",
"local_auth_disabled": "boolean"
},

View File

@@ -806,8 +806,10 @@ echo $response;
"auth_method_used": "oidc",
"country_code": "US",
"city_name": "San Francisco",
"subdivision_code": "CA",
"bytes_upload": 1024,
"bytes_download": 8192
"bytes_download": 8192,
"protocol": "http"
}
],
"page": 1,
@@ -834,8 +836,10 @@ echo $response;
"auth_method_used": "string",
"country_code": "string",
"city_name": "string",
"subdivision_code": "string",
"bytes_upload": "integer",
"bytes_download": "integer"
"bytes_download": "integer",
"protocol": "string"
}
],
"page": "integer",

File diff suppressed because it is too large Load Diff