mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 12:37:42 +00:00
* #2178 Fixed processing of fields in post request in MoveNode rpc * #2178 Updated CHANGELOG.md
This commit is contained in:
@@ -121,7 +121,8 @@ service HeadscaleService {
|
||||
|
||||
rpc MoveNode(MoveNodeRequest) returns (MoveNodeResponse) {
|
||||
option (google.api.http) = {
|
||||
post: "/api/v1/node/{node_id}/user"
|
||||
post: "/api/v1/node/{node_id}/user",
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user