mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: fixing docker.io api
Signed-off-by: Lajos Papp <lajos.papp@sequenceiq.com>
This commit is contained in:
parent
7fa7c42ce2
commit
137bad4b48
1 changed files with 6 additions and 6 deletions
|
@ -363,7 +363,7 @@ Status Codes:
|
||||||
|
|
||||||
## User Repository
|
## User Repository
|
||||||
|
|
||||||
### Authorize a toke for a user repository
|
### Authorize a token for a user repository
|
||||||
|
|
||||||
`PUT /v1/repositories/(namespace)/(repo_name)/auth`
|
`PUT /v1/repositories/(namespace)/(repo_name)/auth`
|
||||||
|
|
||||||
|
@ -399,13 +399,13 @@ Status Codes:
|
||||||
|
|
||||||
### User Login
|
### User Login
|
||||||
|
|
||||||
`GET /v1/users`
|
`GET /v1/users/`
|
||||||
|
|
||||||
If you want to check your login, you can try this endpoint
|
If you want to check your login, you can try this endpoint
|
||||||
|
|
||||||
**Example Request**:
|
**Example Request**:
|
||||||
|
|
||||||
GET /v1/users HTTP/1.1
|
GET /v1/users/ HTTP/1.1
|
||||||
Host: index.docker.io
|
Host: index.docker.io
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
Authorization: Basic akmklmasadalkm==
|
Authorization: Basic akmklmasadalkm==
|
||||||
|
@ -426,13 +426,13 @@ Status Codes:
|
||||||
|
|
||||||
### User Register
|
### User Register
|
||||||
|
|
||||||
`POST /v1/users`
|
`POST /v1/users/`
|
||||||
|
|
||||||
Registering a new account.
|
Registering a new account.
|
||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
POST /v1/users HTTP/1.1
|
POST /v1/users/ HTTP/1.1
|
||||||
Host: index.docker.io
|
Host: index.docker.io
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
@ -518,7 +518,7 @@ Search the Index given a search term. It accepts
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
GET /v1/search?q=search_term HTTP/1.1
|
GET /v1/search?q=search_term HTTP/1.1
|
||||||
Host: example.com
|
Host: index.docker.io
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
Loading…
Add table
Reference in a new issue