mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
Update API pages with v0.67.0
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user