2.17. signing : List and manage repository signing information
2.17.1. get /api/v1/repository/{repository}/signatures リンクのコピーリンクがクリップボードにコピーされました!
2.17.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
Fetches the list of signed tags for the repository.
2.17.1.2. Parameters リンクのコピーリンクがクリップボードにコピーされました!
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| repository | required | The full path of the repository. e.g. namespace/name | path | string |
2.17.1.3. Response Messages リンクのコピーリンクがクリップボードにコピーされました!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 200 | Successful invocation |
| |
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|