mirror of https://github.com/docker/docs.git
Show hostname in hub API examples (#15524)
Signed-off-by: Nick Adcock <nick.adcock@docker.com> Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
fca20e05da
commit
d28ef5e470
|
@ -16,7 +16,7 @@
|
|||
<link rel="canonical" href="{{ site.docs_url }}/docker-hub/api/latest/" />
|
||||
</head>
|
||||
<body>
|
||||
<redoc spec-url="/docker-hub/api/{{ page.name | replace: '.md'}}.yaml" hide-hostname="false" suppress-warnings="false" class="hub-api"></redoc>
|
||||
<redoc spec-url="/docker-hub/api/{{ page.name | replace: '.md'}}.yaml" class="hub-api"></redoc>
|
||||
<script src="/js/redoc.standalone.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,6 +16,7 @@ info:
|
|||
Docker provides an API that allows you to interact with Docker Hub.
|
||||
|
||||
Browse through the Docker Hub API documentation to explore the supported endpoints.
|
||||
|
||||
tags:
|
||||
- name: resources
|
||||
x-displayName: Resources
|
||||
|
@ -1275,7 +1276,7 @@ components:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
example: [ urn:ietf:params:scim:api:messages:2.0:ListResponse ]
|
||||
example: [ "urn:ietf:params:scim:api:messages:2.0:ListResponse" ]
|
||||
totalResults:
|
||||
type: integer
|
||||
example: 1
|
||||
|
@ -1302,7 +1303,7 @@ components:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
example: [ urn:ietf:params:scim:api:messages:2.0:ListResponse ]
|
||||
example: [ "urn:ietf:params:scim:api:messages:2.0:ListResponse" ]
|
||||
totalResults:
|
||||
type: integer
|
||||
example: 1
|
||||
|
@ -2300,7 +2301,7 @@ components:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
example: [ urn:ietf:params:scim:schemas:core:2.0:Schema ]
|
||||
example: [ "urn:ietf:params:scim:schemas:core:2.0:Schema" ]
|
||||
id:
|
||||
type: string
|
||||
example: urn:ietf:params:scim:schemas:core:2.0:User
|
||||
|
|
Loading…
Reference in New Issue