Merge remote-tracking branch 'origin/main' into feat-list-tags-of-machines
This commit is contained in:
commit
a2fb5b2b9d
32 changed files with 1326 additions and 673 deletions
|
@ -111,6 +111,12 @@ service HeadscaleService {
|
|||
get: "/api/v1/machine"
|
||||
};
|
||||
}
|
||||
|
||||
rpc MoveMachine(MoveMachineRequest) returns (MoveMachineResponse) {
|
||||
option (google.api.http) = {
|
||||
post: "/api/v1/machine/{machine_id}/namespace"
|
||||
};
|
||||
}
|
||||
// --- Machine end ---
|
||||
|
||||
// --- Route start ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue