Skip to content

Commit 43fed6f

Browse files
chore:(Update team management bindings) (#27)
* Update team management bindings
1 parent e52fa6d commit 43fed6f

File tree

285 files changed

+2593
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

285 files changed

+2593
-266
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The API to the Cloudsmith Service
55
## Overview
66
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.
77

8-
- API version: 1.401.1
9-
- Package version: 0.0.35
8+
- API version: 1.417.0
9+
- Package version: 0.0.36
1010
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1111
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
1212

@@ -105,6 +105,7 @@ Class | Method | HTTP request | Description
105105
*MetricsApi* | [**MetricsPackagesList**](docs/MetricsApi.md#metricspackageslist) | **Get** /metrics/packages/{owner}/{repo}/ | View for listing package usage metrics, for a repository.
106106
*NamespacesApi* | [**NamespacesList**](docs/NamespacesApi.md#namespaceslist) | **Get** /namespaces/ | Get a list of all namespaces the user belongs to.
107107
*NamespacesApi* | [**NamespacesRead**](docs/NamespacesApi.md#namespacesread) | **Get** /namespaces/{slug}/ | Views for working with namespaces.
108+
*OrgsApi* | [**OrgsDelete**](docs/OrgsApi.md#orgsdelete) | **Delete** /orgs/{org}/ | Delete the specified organization.
108109
*OrgsApi* | [**OrgsDenyPolicyCreate**](docs/OrgsApi.md#orgsdenypolicycreate) | **Post** /orgs/{org}/deny-policy/ | Create a package deny policy.
109110
*OrgsApi* | [**OrgsDenyPolicyDelete**](docs/OrgsApi.md#orgsdenypolicydelete) | **Delete** /orgs/{org}/deny-policy/{slug_perm}/ | Delete a package deny policy.
110111
*OrgsApi* | [**OrgsDenyPolicyList**](docs/OrgsApi.md#orgsdenypolicylist) | **Get** /orgs/{org}/deny-policy/ | Get a list of all package deny policies.

0 commit comments

Comments
 (0)