2.14.3. changeRepoVisibility
Change the visibility of a repository.
POST /api/v1/repository/{repository}/changevisibility
Authorizations: oauth2_implicit (repo:admin)
Path parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
|   path  |   
									repository  |   The full path of the repository. e.g. namespace/name  |   string  | 
Request body schema (application/json)
Change the visibility for the repository.
| Name | Description | Schema | 
|---|---|---|
|   
									visibility  |   Visibility which the repository will start with  |   string  |