grid icon indicating copy to clipboard operation
grid copied to clipboard

Add PUT update location endpoint

Open shannynalayna opened this issue 3 years ago • 0 comments

Create a PUT endpoint /locations/<location_id> that:

  • uses the request body to build a protobuf payload to update a location
  • Package that payload into a txn, sign the txn
  • Package that txn into a batch, convert to bytes
  • Send batch bytes to batches endpoint

shannynalayna avatar Nov 23 '21 21:11 shannynalayna