Fix the garbled configured description in the agent config schema

"A caller no policy covers yet" dropped its relative pronoun; restore it
and regenerate types.gen.go.
This commit is contained in:
mlsmaycon
2026-08-31 12:46:40 +00:00
parent 80c05c861c
commit 3f59d3b6c9
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.