docs: Address ttaylorr's comments

This commit is contained in:
risk danger olson 2017-02-02 08:47:34 -07:00
parent 215400b112
commit 2495bc8e5d
2 changed files with 4 additions and 3 deletions

@ -1,6 +1,6 @@
# Git LFS Batch API
Added: v1.0
Added: v0.6
The Batch API is used to request the ability to transfer LFS objects with the
LFS server. The Batch URL is built by adding `/objects/batch` to the LFS server

@ -60,8 +60,9 @@ Successful responses return the created lock:
* `id` - String ID of the Lock. Git LFS doesn't enforce what type of ID is used,
as long as it's returned a string.
* `path` - String path name of the locked file.
* `locked_at` - The String timestamp the lock was created.
* `path` - String path name of the locked file. This should be relative to the
root of the repository working directory.
* `locked_at` - The string ISO 8601 formatted timestamp the lock was created.
* `committer` - The optional name/email of the user that created the Lock. This
could be different from the `committer` values in the request if the lock
service already knows the committer's identity based on the API credentials.