Nickname support
This commit is contained in:
parent
61440c42d3
commit
663e8384a3
10 changed files with 669 additions and 197 deletions
|
@ -99,6 +99,12 @@ service HeadscaleService {
|
|||
};
|
||||
}
|
||||
|
||||
rpc RenameMachine(RenameMachineRequest) returns (RenameMachineResponse) {
|
||||
option (google.api.http) = {
|
||||
post: "/api/v1/machine/{machine_id}/rename/{new_name}"
|
||||
};
|
||||
}
|
||||
|
||||
rpc ListMachines(ListMachinesRequest) returns (ListMachinesResponse) {
|
||||
option (google.api.http) = {
|
||||
get: "/api/v1/machine"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue