mirror of
https://github.com/juanfont/headscale.git
synced 2025-12-05 07:12:22 -05:00
feat: rewrite proto to only update tags of machine
This commit is contained in:
@@ -81,9 +81,9 @@ service HeadscaleService {
|
||||
};
|
||||
}
|
||||
|
||||
rpc UpdateMachine(UpdateMachineRequest) returns (UpdateMachineResponse) {
|
||||
rpc SetTags(SetTagsRequest) returns (SetTagsResponse) {
|
||||
option (google.api.http) = {
|
||||
post: "/api/v1/machine/{machine.id}"
|
||||
post: "/api/v1/machine/{machine_id}/tags"
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user