feat: rewrite proto to only update tags of machine
This commit is contained in:
parent
3a90079ab8
commit
31debf7055
2 changed files with 6 additions and 5 deletions
|
@ -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: "*"
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue