2.12. repository : List, create and manage repositories.
2.12.1. post /api/v1/repository/{repository}/changetrust リンクのコピーリンクがクリップボードにコピーされました!
2.12.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
Change the visibility of a repository.
2.12.1.2. Parameters リンクのコピーリンクがクリップボードにコピーされました!
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| repository | required | The full path of the repository e.g. namespace/name | path |
|
| body | required (Parameter content type: application/json) | Request body contents. | body |
|
2.12.1.3. Response Messages リンクのコピーリンクがクリップボードにコピーされました!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 201 | Successful creation |
| |
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|