mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix Ping endpoint documentation
This commit is contained in:
parent
b4e1b8d2e2
commit
d517fd3d77
1 changed files with 1 additions and 4 deletions
|
@ -463,7 +463,7 @@ Ancestry
|
|||
2.4 Status
|
||||
----------
|
||||
|
||||
.. http:get /v1/_ping
|
||||
.. http:get:: /v1/_ping
|
||||
|
||||
Check status of the registry. This endpoint is also used to determine if
|
||||
the registry supports SSL.
|
||||
|
@ -479,9 +479,6 @@ Ancestry
|
|||
|
||||
""
|
||||
|
||||
:parameter namespace: namespace for the repo
|
||||
:parameter repository: name for the repo
|
||||
|
||||
**Example Response**:
|
||||
|
||||
.. sourcecode:: http
|
||||
|
|
Loading…
Reference in a new issue