Skip to content

Set Library Notice

Request

Edits or adds a custom notice for a given library

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).

libraryUuidstringrequired

library UUID (get a project's library by running Library - Project > Get Project Libraries.

Bodyapplication/jsonrequired
textstring(Notice Text)required
Example:"Developed internally"
referencestring(Notice REFERENCE)
Example:"https://github.com/..."
POST
/api/v2.0/orgs/{orgToken}/libraries/{libraryUuid}/notices
{ "text": "Developed internally", "reference": "https://github.com/..." }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
retValobject(NoticeDTO)
Response
{ "supportToken": "1171c60d", "retVal": { "text": "Developed internally", "reference": "https://github.com/..." } }