Settings - In-House
Mend API
Entities - Project
Policies - Project
CustomAttribute - Project
Alerts - Project
project-attribution-report-controller
Policies - Product
CustomAttribute - Product
Entities - Product
Settings - Whitelist
Policies - Organization
CustomAttribute - Organization
User Management - Groups
Entities - Organization
User Profile
Library - Product
User Management - Users
Update Request
Library - Organization
Access Management - Organizations
Access Management
General Info - Vulnerabilities
Library - Source Files
User Management - Roles And Permissions
Library - Project
Alerts - Product
General Info - Permissions
Vulnerable Libraries
Summary - Organization
Asynchronous Process Control
domain-controller
General Info - Licenses
product-attribution-report-controller
Updates a single In-House library rule
Security
bearer-key
PUT
{ "type": "NAME", "regex": "*aa*", "description": "description for InHouse rule", "empty": true }
OK
- warningMessage: Serves as an alert to inform you about the status of the rule being updated. The warning message will provide information about whether the rule already exists or if some of the rules are already present
Example:
{ "warningMessage": "item already exists" }
Response
{ "additionalData": { "warningMessage": "item already exists" }, "supportToken": "1171c60d", "retVal": { "uuid": "string", "type": "NAME", "regex": ".*a*", "description": "string", "createdAt": "2019-08-24T14:15:22Z", "createdBy": "string", "empty": true } }