doc/proposal: fix JSON tag name in UnlockRequest

This commit is contained in:
Taylor Blau 2016-05-16 16:02:36 -06:00
parent b601a72221
commit 81923e0e80

@ -226,7 +226,7 @@ existing locks after a push.
// a lock associated with the given UUID.
type UnlockRequest struct {
// UUID is the identifier of the lock that the client wishes to remove.
UUID string `json:"path"`
UUID string `json:"uuid"`
}
```