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 <nick.adcock@docker.com>
This commit is contained in:
Nick Adcock 2022-07-13 15:43:28 +01:00
parent 38fec0d159
commit 50c780847b
1 changed files with 0 additions and 4 deletions

View File

@ -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: