You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ The API to the Cloudsmith Service
5
5
## Overview
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
*ReposApi* | [**ReposDelete**](docs/ReposApi.md#reposdelete) | **Delete** /repos/{owner}/{identifier}/ | Delete a repository in a given namespace.
216
216
*ReposApi* | [**ReposGeoipDisable**](docs/ReposApi.md#reposgeoipdisable) | **Post** /repos/{owner}/{identifier}/geoip/disable/ | Disable GeoIP for this repository.
217
217
*ReposApi* | [**ReposGeoipEnable**](docs/ReposApi.md#reposgeoipenable) | **Post** /repos/{owner}/{identifier}/geoip/enable/ | Enable GeoIP for this repository.
218
-
*ReposApi* | [**ReposGeoipPartialUpdate**](docs/ReposApi.md#reposgeoippartialupdate) | **Patch** /repos/{owner}/{identifier}/geoip | Partially update existing repository geoip rules with those specified
219
-
*ReposApi* | [**ReposGeoipRead**](docs/ReposApi.md#reposgeoipread) | **Get** /repos/{owner}/{identifier}/geoip | List all created GeoIP rules for the repository.
*ReposApi* | [**ReposGeoipRead**](docs/ReposApi.md#reposgeoipread) | **Get** /repos/{owner}/{identifier}/geoip | List all repository geoip rules.
220
220
*ReposApi* | [**ReposGeoipTest**](docs/ReposApi.md#reposgeoiptest) | **Post** /repos/{owner}/{identifier}/geoip/test/ | Test a list of IP addresses against the repository's current GeoIP rules.
221
-
*ReposApi* | [**ReposGeoipUpdate**](docs/ReposApi.md#reposgeoipupdate) | **Put** /repos/{owner}/{identifier}/geoip | Replace all existing repository geoip rules with those specified
*ReposApi* | [**ReposGpgCreate**](docs/ReposApi.md#reposgpgcreate) | **Post** /repos/{owner}/{identifier}/gpg/ | Set the active GPG key for the Repository.
223
223
*ReposApi* | [**ReposGpgList**](docs/ReposApi.md#reposgpglist) | **Get** /repos/{owner}/{identifier}/gpg/ | Retrieve the active GPG key for the Repository.
224
224
*ReposApi* | [**ReposGpgRegenerate**](docs/ReposApi.md#reposgpgregenerate) | **Post** /repos/{owner}/{identifier}/gpg/regenerate/ | Regenerate GPG Key for the Repository.
0 commit comments