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
+8-3Lines changed: 8 additions & 3 deletions
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.
*StorageRegionsApi* | [**StorageRegionsList**](docs/StorageRegionsApi.md#storageregionslist) | **Get** /storage-regions/ | Get a list of all available storage regions.
362
362
*StorageRegionsApi* | [**StorageRegionsRead**](docs/StorageRegionsApi.md#storageregionsread) | **Get** /storage-regions/{slug}/ | Get a specific storage region.
363
363
*UserApi* | [**UserSelf**](docs/UserApi.md#userself) | **Get** /user/self/ | Provide a brief for the current user (if any).
364
-
*UserApi* | [**UserTokenCreate**](docs/UserApi.md#usertokencreate) | **Post** /user/token/ | Retrieve/Create API key/token for the authenticated user.
364
+
*UserApi* | [**UserTokenCreate**](docs/UserApi.md#usertokencreate) | **Post** /user/token/ | Create or retrieve API token for a user.
365
+
*UserApi* | [**UserTokensCreate**](docs/UserApi.md#usertokenscreate) | **Post** /user/tokens/ | Create an API key for the user that is currently authenticated.
366
+
*UserApi* | [**UserTokensList**](docs/UserApi.md#usertokenslist) | **Get** /user/tokens/ | Retrieve the API key assigned to the user that is currently authenticated.
367
+
*UserApi* | [**UserTokensRefresh**](docs/UserApi.md#usertokensrefresh) | **Put** /user/tokens/{slug_perm}/refresh/ | Refresh the specified API key for the user that is currently authenticated.
365
368
*UsersApi* | [**UsersProfileRead**](docs/UsersApi.md#usersprofileread) | **Get** /users/profile/{slug}/ | Provide a brief for the specified user (if any).
366
369
*VulnerabilitiesApi* | [**VulnerabilitiesNamespaceList**](docs/VulnerabilitiesApi.md#vulnerabilitiesnamespacelist) | **Get** /vulnerabilities/{owner}/ | Lists scan results for a specific namespace.
367
370
*VulnerabilitiesApi* | [**VulnerabilitiesPackageList**](docs/VulnerabilitiesApi.md#vulnerabilitiespackagelist) | **Get** /vulnerabilities/{owner}/{repo}/{package}/ | Lists scan results for a specific package.
0 commit comments