From d28ef5e4708ec1c0702c7e17d8de6396a3d5d7cc Mon Sep 17 00:00:00 2001 From: Nick Adcock Date: Tue, 30 Aug 2022 14:10:58 +0100 Subject: [PATCH] Show hostname in hub API examples (#15524) Signed-off-by: Nick Adcock Signed-off-by: Nick Adcock --- _layouts/hub-api.html | 2 +- docker-hub/api/latest.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_layouts/hub-api.html b/_layouts/hub-api.html index 22a7d42a78..ceba834b1a 100644 --- a/_layouts/hub-api.html +++ b/_layouts/hub-api.html @@ -16,7 +16,7 @@ - + diff --git a/docker-hub/api/latest.yaml b/docker-hub/api/latest.yaml index 703e86aa51..4e9f9f599b 100644 --- a/docker-hub/api/latest.yaml +++ b/docker-hub/api/latest.yaml @@ -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