Lock API doc: Fix typo in description of successful response Id

Change-Id: Id128404aadfc66e23e8eb399f242712f0d3e54ad
Signed-off-by: David Pursehouse <dpursehouse@collab.net>
This commit is contained in:
David Pursehouse 2017-03-14 16:49:14 +09:00
parent 1b8ddaee78
commit 41a85ab364

@ -51,7 +51,7 @@ relative to the root of the repository working directory.
Successful responses return the created lock: Successful responses return the created lock:
* `id` - String ID of the Lock. Git LFS doesn't enforce what type of ID is used, * `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. as long as it's returned as a string.
* `path` - String path name of the locked file. This should be relative to the * `path` - String path name of the locked file. This should be relative to the
root of the repository working directory. root of the repository working directory.
* `locked_at` - The string ISO 8601 formatted timestamp the lock was created. * `locked_at` - The string ISO 8601 formatted timestamp the lock was created.