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: pkg/enterprise/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is the Anchore API. Provides the external API for users of Anchore Enterpri
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.
*CorrectionsAPI* | [**GetCorrectionByUuid**](docs/CorrectionsAPI.md#getcorrectionbyuuid) | **Get** /corrections/{uuid} | Retrieve a correction by UUID
121
121
*CorrectionsAPI* | [**GetCorrections**](docs/CorrectionsAPI.md#getcorrections) | **Get** /corrections | Retrieve a list of corrections
122
122
*CorrectionsAPI* | [**UpdateCorrectionByUuid**](docs/CorrectionsAPI.md#updatecorrectionbyuuid) | **Put** /corrections/{uuid} | Update a correction by UUID
123
+
*DefaultAPI* | [**ImportImageSbom**](docs/DefaultAPI.md#importimagesbom) | **Post** /imports/images/{operation_id}/sbom | Import an AnchoreCTL generated SBOM document into the system
*UserManagementAPI* | [**CreateUserGroup**](docs/UserManagementAPI.md#createusergroup) | **Post** /system/user-groups | Create a new user group
387
388
*UserManagementAPI* | [**DeleteAccount**](docs/UserManagementAPI.md#deleteaccount) | **Delete** /accounts/{account_name} | Delete the specified account, only allowed if the account is in the disabled state. All users will be deleted along with the account and all resources will be garbage collected. The deleted account name will not be available for reuse immediately until all resources are garbage collected async.
388
-
*UserManagementAPI* | [**DeleteUser**](docs/UserManagementAPI.md#deleteuser) | **Delete** /accounts/{account_name}/users/{username} | Delete a specific user credential by username of the credential. Cannot be the credential used to authenticate the request.
389
+
*UserManagementAPI* | [**DeleteUser**](docs/UserManagementAPI.md#deleteuser) | **Delete** /accounts/{account_name}/users/{username} | Delete a specific user by username.
389
390
*UserManagementAPI* | [**DeleteUserApiKey**](docs/UserManagementAPI.md#deleteuserapikey) | **Delete** /accounts/{account_name}/users/{username}/api-keys/{key_name} | Delete a user API key
390
391
*UserManagementAPI* | [**DeleteUserCredential**](docs/UserManagementAPI.md#deleteusercredential) | **Delete** /accounts/{account_name}/users/{username}/credentials | Delete a credential by type
391
392
*UserManagementAPI* | [**DeleteUserGroup**](docs/UserManagementAPI.md#deleteusergroup) | **Delete** /system/user-groups/{group_uuid} | Delete a user group
0 commit comments