* #2178 Fixed processing of fields in post request in MoveNode rpc * #2178 Updated CHANGELOG.md
This commit is contained in:
parent
101ca7f4a2
commit
b3cda08af6
5 changed files with 118 additions and 117 deletions
|
@ -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: "*"
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue