Fix typo in api spec
Signed-off-by: Jon Johnson <jonjohnson@google.com>
This commit is contained in:
parent
edc3ab29cd
commit
3d7803ec8c
2 changed files with 2 additions and 2 deletions
|
@ -685,7 +685,7 @@ Content-Type: application/octet-stream
|
||||||
```
|
```
|
||||||
|
|
||||||
Optionally, if all chunks have already been uploaded, a `PUT` request with a
|
Optionally, if all chunks have already been uploaded, a `PUT` request with a
|
||||||
`digest` parameter and zero-length body may be sent to complete and validated
|
`digest` parameter and zero-length body may be sent to complete and validate
|
||||||
the upload. Multiple "digest" parameters may be provided with different
|
the upload. Multiple "digest" parameters may be provided with different
|
||||||
digests. The server may verify none or all of them but _must_ notify the
|
digests. The server may verify none or all of them but _must_ notify the
|
||||||
client if the content is rejected.
|
client if the content is rejected.
|
||||||
|
|
|
@ -685,7 +685,7 @@ Content-Type: application/octet-stream
|
||||||
```
|
```
|
||||||
|
|
||||||
Optionally, if all chunks have already been uploaded, a `PUT` request with a
|
Optionally, if all chunks have already been uploaded, a `PUT` request with a
|
||||||
`digest` parameter and zero-length body may be sent to complete and validated
|
`digest` parameter and zero-length body may be sent to complete and validate
|
||||||
the upload. Multiple "digest" parameters may be provided with different
|
the upload. Multiple "digest" parameters may be provided with different
|
||||||
digests. The server may verify none or all of them but _must_ notify the
|
digests. The server may verify none or all of them but _must_ notify the
|
||||||
client if the content is rejected.
|
client if the content is rejected.
|
||||||
|
|
Loading…
Reference in a new issue