# Set Custom Attribute Edits the value of a custom attribute for a specified library, attribute, and context. Endpoint: PUT /api/v2.0/orgs/{orgToken}/libraries/{libraryUuid}/customAttributes/{attributeUuid}/value 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 > ). - `libraryUuid` (string, required) library UUID (get a project's library by running Library - Project > Get Project Libraries. - `attributeUuid` (string, required) Custom Attribute UUID ## Request fields (application/json): - `value` (string) Example: "Custom attribute value" ## 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"