From 50c780847b849f09ea925bf15bbc5108e25d023e Mon Sep 17 00:00:00 2001 From: Nick Adcock Date: Wed, 13 Jul 2022 15:43:28 +0100 Subject: [PATCH] Removes is_private from UpdateRepo docs The UpdateRepository endpoint in the Hub API does not have the ability to set a repository's privacy. This removes mention of the field Signed-off-by: Nick Adcock --- docker-hub/api/latest.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker-hub/api/latest.yaml b/docker-hub/api/latest.yaml index 81dd62e5e8..a84ae69f41 100644 --- a/docker-hub/api/latest.yaml +++ b/docker-hub/api/latest.yaml @@ -1638,10 +1638,6 @@ components: This message shows that your installation appears to be working correctly. ``` - is_private: - type: boolean - description: Allow to change visibility of the repository. - example: true repository: type: object properties: