SCA API 2.0
//
Apply In-House Rules
Applies the current In-House library rules to a given organization. Use this request after creating and/or updating In-House rules
Security
bearer-key
PUT
curl -i -X PUT \
'https://api-saas.mend.io/api/v2.0/orgs/{orgToken}/settings/inHouse/apply' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "supportToken": "1171c60d", "retVal": { "message": "Success!" } }