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
+11-2Lines changed: 11 additions & 2 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.
*OrgsApi* | [**OrgsList**](docs/OrgsApi.md#orgslist) | **Get** /orgs/ | Get a list of all the organizations you are associated with.
133
133
*OrgsApi* | [**OrgsMembersDelete**](docs/OrgsApi.md#orgsmembersdelete) | **Delete** /orgs/{org}/members/{member}/ | Removes a member from the organization.
134
134
*OrgsApi* | [**OrgsMembersList**](docs/OrgsApi.md#orgsmemberslist) | **Get** /orgs/{org}/members/ | Get the details for all organization members.
135
+
*OrgsApi* | [**OrgsMembersPartialUpdate**](docs/OrgsApi.md#orgsmemberspartialupdate) | **Patch** /orgs/{org}/members/{member}/ | Views for working with organization members.
135
136
*OrgsApi* | [**OrgsMembersRead**](docs/OrgsApi.md#orgsmembersread) | **Get** /orgs/{org}/members/{member}/ | Get the details for a specific organization member.
136
137
*OrgsApi* | [**OrgsMembersRefresh**](docs/OrgsApi.md#orgsmembersrefresh) | **Post** /orgs/{org}/members/{member}/refresh/ | Refresh a member of the organization's API key.
137
138
*OrgsApi* | [**OrgsMembersRemove**](docs/OrgsApi.md#orgsmembersremove) | **Get** /orgs/{org}/members/{member}/remove/ | Removes a member from the organization (deprecated, use DELETE instead).
139
+
*OrgsApi* | [**OrgsMembersUpdateRole**](docs/OrgsApi.md#orgsmembersupdaterole) | **Patch** /orgs/{org}/members/{member}/update-role/ | Update a member's role in the organization.
140
+
*OrgsApi* | [**OrgsMembersUpdateVisibility**](docs/OrgsApi.md#orgsmembersupdatevisibility) | **Patch** /orgs/{org}/members/{member}/update-visibility/ | Update a member's visibility in the organization.
138
141
*OrgsApi* | [**OrgsOpenidConnectCreate**](docs/OrgsApi.md#orgsopenidconnectcreate) | **Post** /orgs/{org}/openid-connect/ | Create the OpenID Connect provider settings for the org.
139
142
*OrgsApi* | [**OrgsOpenidConnectDelete**](docs/OrgsApi.md#orgsopenidconnectdelete) | **Delete** /orgs/{org}/openid-connect/{slug_perm}/ | Delete a specific OpenID Connect provider setting for the org.
140
143
*OrgsApi* | [**OrgsOpenidConnectList**](docs/OrgsApi.md#orgsopenidconnectlist) | **Get** /orgs/{org}/openid-connect/ | Retrieve the list of OpenID Connect provider settings for the org.
*ReposApi* | [**ReposUpstreamSwiftRead**](docs/ReposApi.md#reposupstreamswiftread) | **Get** /repos/{owner}/{identifier}/upstream/swift/{slug_perm}/ | Retrieve a Swift upstream config for this repository.
353
356
*ReposApi* | [**ReposUpstreamSwiftUpdate**](docs/ReposApi.md#reposupstreamswiftupdate) | **Put** /repos/{owner}/{identifier}/upstream/swift/{slug_perm}/ | Update a Swift upstream config for this repository.
354
357
*ReposApi* | [**ReposUserList**](docs/ReposApi.md#reposuserlist) | **Get** /repos/ | Get a list of all repositories associated with current user.
358
+
*ReposApi* | [**ReposX509List**](docs/ReposApi.md#reposx509list) | **Get** /repos/{owner}/{identifier}/x509/ | Retrieve the active X.509 certificate for the Repository.
355
359
*StatusApi* | [**StatusCheckBasic**](docs/StatusApi.md#statuscheckbasic) | **Get** /status/check/basic/ | Endpoint to check basic API connectivity.
356
360
*StorageRegionsApi* | [**StorageRegionsList**](docs/StorageRegionsApi.md#storageregionslist) | **Get** /storage-regions/ | Get a list of all available storage regions.
357
361
*StorageRegionsApi* | [**StorageRegionsRead**](docs/StorageRegionsApi.md#storageregionsread) | **Get** /storage-regions/{slug}/ | Get a specific storage region.
0 commit comments