Skip to content

Mark/Unmark Library As In-House

Request

Marks/unmarks a single library in an organization as In-House

Security
bearer-key
Path
orgTokenstringrequired

org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: Integrate tab > API Key).

Bodyapplication/jsonrequired
libraryUuidsArray of strings(Library UUID)
Example:
[ "123e4567-e89b-12d3-a456-426655440000" ]
commentstring(User Comment)
Example:"A comment"
isInHouseboolean(In House)required

true for marking inHouse false for unmaking

POST
/api/v2.0/orgs/{orgToken}/libraries/inHouse
{ "libraryUuids": [ "123e4567-e89b-12d3-a456-426655440000" ], "comment": "A comment", "isInHouse": true }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
retValboolean
Response
{ "supportToken": "1171c60d", "retVal": true }