Update trust for other nodes
buckyroberts opened this issue · 0 comments
buckyroberts commented
Create the following endpoints to allow the editing of trust
for Banks and Validators:
PATCH /banks/<node_identifier>
PATCH /validators/<node_identifier>
using the is_self()
decorator.
Note: trust
is the only field that should be editable from the API. All other fields are written directly from the target nodes /config
data.