lnd/lnrpc/peersrpc/peers.yaml
positiveblue e4e0935816
lnrpc/peers: skeleton logic for updateNodeAnnouncement
Basic logic for the endpoint:

- Get the current nodeAnn information
- Calculate modifications
- Apply modifications
- Return changes
2022-04-01 18:36:21 -07:00

9 lines
170 B
YAML

type: google.api.Service
config_version: 3
http:
rules:
- selector: peersrpc.Peers.UpdateNodeAnnouncement
post: "/v2/peers/nodeannouncement"
body: "*"