# Update Multiple In-House Rules Updates the pattern-mat§ching rules of an In-House library rule Endpoint: PUT /api/v2.0/orgs/{orgToken}/settings/inHouse/rules Version: 3.0.1 Security: bearer-key ## Path parameters: - `orgToken` (string, required) org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: tab > ). ## Request fields (application/json): - `uuid` (string, required) Example: "123e4567-e89b-12d3-a456-426655440000" - `type` (string) Enum: "NAME", "LIBRARY_COORDINATES", "ARTIFACT_ID" - `regex` (string) Example: "*aa*" - `description` (string) Example: "description for white list" - `empty` (boolean) ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `retVal` (object) - `retVal.message` (string) Example: "Success!" ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"