mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 00:06:38 +00:00
[management] add terminated field to service (#5700)
This commit is contained in:
@@ -2999,6 +2999,11 @@ components:
|
||||
type: boolean
|
||||
description: Whether the service is enabled
|
||||
example: true
|
||||
terminated:
|
||||
type: boolean
|
||||
description: Whether the service has been terminated. Terminated services cannot be updated. Services that violate the Terms of Service will be terminated.
|
||||
readOnly: true
|
||||
example: false
|
||||
pass_host_header:
|
||||
type: boolean
|
||||
description: When true, the original client Host header is passed through to the backend instead of being rewritten to the backend's address
|
||||
|
||||
Reference in New Issue
Block a user