diff --git a/shared/management/http/api/openapi.yml b/shared/management/http/api/openapi.yml index 19cb18307..3dc8af04e 100644 --- a/shared/management/http/api/openapi.yml +++ b/shared/management/http/api/openapi.yml @@ -5813,7 +5813,7 @@ components: properties: configured: type: boolean - description: False only when the account has no Agent Network set up. A caller no policy covers yet still reads as configured, with an empty providers list. + description: False only when the account has no Agent Network set up. A caller that no policy covers yet still reads as configured, with an empty providers list. endpoint: type: string description: The account's Agent Network base URL, reachable over the NetBird tunnel only. Returned to every member of a configured account - it authorizes nothing on its own, since the gateway still refuses every request no policy permits. Empty when configured is false. diff --git a/shared/management/http/api/types.gen.go b/shared/management/http/api/types.gen.go index 1d574c857..d623f1704 100644 --- a/shared/management/http/api/types.gen.go +++ b/shared/management/http/api/types.gen.go @@ -1933,7 +1933,7 @@ type AgentNetworkAccessLogsResponse struct { // AgentNetworkAgentConfig The caller-scoped Agent Network connection config backing the self-service "Connect your agent" view. Available to every authenticated user; the providers are computed from the caller's own groups and the answer carries display metadata only. type AgentNetworkAgentConfig struct { - // Configured False only when the account has no Agent Network set up. A caller no policy covers yet still reads as configured, with an empty providers list. + // Configured False only when the account has no Agent Network set up. A caller that no policy covers yet still reads as configured, with an empty providers list. Configured bool `json:"configured"` // Endpoint The account's Agent Network base URL, reachable over the NetBird tunnel only. Returned to every member of a configured account - it authorizes nothing on its own, since the gateway still refuses every request no policy permits. Empty when configured is false.