mirror of https://github.com/docker/docs.git
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:
parent
38fec0d159
commit
50c780847b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue