[management] export ephemeral peer flag on api (#4004)

This commit is contained in:
Pascal Fischer
2025-06-19 16:46:56 +02:00
committed by GitHub
parent e9016aecea
commit b45284f086
3 changed files with 12 additions and 0 deletions

View File

@@ -426,6 +426,10 @@ components:
items:
type: string
example: "stage-host-1"
ephemeral:
description: Indicates whether the peer is ephemeral or not
type: boolean
example: false
required:
- city_name
- connected
@@ -450,6 +454,7 @@ components:
- approval_required
- serial_number
- extra_dns_labels
- ephemeral
AccessiblePeer:
allOf:
- $ref: '#/components/schemas/PeerMinimum'