mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-18 23:10:10 +02:00
proto: add disable_expiry field to ExpireNodeRequest
Add bool disable_expiry field (field 3) to ExpireNodeRequest proto and regenerate all protobuf, gRPC gateway, and OpenAPI files. Fixes #2681 Co-authored-by: Marco Santos <me@marcopsantos.com>
This commit is contained in:
@@ -99,6 +99,8 @@ message DeleteNodeResponse {}
|
||||
message ExpireNodeRequest {
|
||||
uint64 node_id = 1;
|
||||
google.protobuf.Timestamp expiry = 2;
|
||||
// When true, sets expiry to null (node will never expire).
|
||||
bool disable_expiry = 3;
|
||||
}
|
||||
|
||||
message ExpireNodeResponse {
|
||||
|
||||
Reference in New Issue
Block a user