doc: coherence between requests and parameters + typo

In the request parameters lists `tag` was used instead of
`reference` present in the HTTP requests paths

Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net>
This commit is contained in:
Vincent Giersch 2015-06-01 15:14:03 +00:00
parent cd7d977fe6
commit 7b3f571555
2 changed files with 9 additions and 9 deletions

View file

@ -992,7 +992,7 @@ The following parameters should be specified on the request:
|`Host`|header|Standard HTTP Host Header. Should be set to the registry host.|
|`Authorization`|header|An RFC7235 compliant authorization header.|
|`name`|path|Name of the target repository.|
|`tag`|path|Tag of the target manifiest.|
|`reference`|path|Tag or digest of the target manifest.|
@ -1160,7 +1160,7 @@ The following parameters should be specified on the request:
|`Host`|header|Standard HTTP Host Header. Should be set to the registry host.|
|`Authorization`|header|An RFC7235 compliant authorization header.|
|`name`|path|Name of the target repository.|
|`tag`|path|Tag of the target manifiest.|
|`reference`|path|Tag or digest of the target manifest.|
@ -1344,7 +1344,7 @@ The following parameters should be specified on the request:
|`Host`|header|Standard HTTP Host Header. Should be set to the registry host.|
|`Authorization`|header|An RFC7235 compliant authorization header.|
|`name`|path|Name of the target repository.|
|`tag`|path|Tag of the target manifiest.|
|`reference`|path|Tag or digest of the target manifest.|