mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-23 05:31:28 +01:00
Update setup key auto_groups description (#1042)
* Update setup key auto_groups description * Update setup key auto_groups description
This commit is contained in:
parent
890e09b787
commit
74fde0ea2c
@ -327,7 +327,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
example: valid
|
example: valid
|
||||||
auto_groups:
|
auto_groups:
|
||||||
description: Setup key groups to auto-assign to peers registered with this key
|
description: List of group IDs to auto-assign to peers registered with this key
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
@ -375,7 +375,7 @@ components:
|
|||||||
type: boolean
|
type: boolean
|
||||||
example: false
|
example: false
|
||||||
auto_groups:
|
auto_groups:
|
||||||
description: Setup key groups to auto-assign to peers registered with this key
|
description: List of group IDs to auto-assign to peers registered with this key
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
@ -681,7 +681,7 @@ type RuleRequest struct {
|
|||||||
|
|
||||||
// SetupKey defines model for SetupKey.
|
// SetupKey defines model for SetupKey.
|
||||||
type SetupKey struct {
|
type SetupKey struct {
|
||||||
// AutoGroups Setup key groups to auto-assign to peers registered with this key
|
// AutoGroups List of group IDs to auto-assign to peers registered with this key
|
||||||
AutoGroups []string `json:"auto_groups"`
|
AutoGroups []string `json:"auto_groups"`
|
||||||
|
|
||||||
// Expires Setup Key expiration date
|
// Expires Setup Key expiration date
|
||||||
@ -723,7 +723,7 @@ type SetupKey struct {
|
|||||||
|
|
||||||
// SetupKeyRequest defines model for SetupKeyRequest.
|
// SetupKeyRequest defines model for SetupKeyRequest.
|
||||||
type SetupKeyRequest struct {
|
type SetupKeyRequest struct {
|
||||||
// AutoGroups Setup key groups to auto-assign to peers registered with this key
|
// AutoGroups List of group IDs to auto-assign to peers registered with this key
|
||||||
AutoGroups []string `json:"auto_groups"`
|
AutoGroups []string `json:"auto_groups"`
|
||||||
|
|
||||||
// ExpiresIn Expiration time in seconds
|
// ExpiresIn Expiration time in seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user