Org Lists
Update the note on an org-list entry
Updates only the note field of the entry’s metadata. The entry value is immutable (delete + recreate is the documented rename path). Passing note: null or an empty string removes the note. Returns 404 when the entry does not exist, belongs to another organization, or does not match the listType in the path. Requires intelligenceLayer.configure permission.
PUT
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Path Parameters
List type: SUPPLIER_BLACKLIST | BRAND_RESTRICTION | RETURN_REASON_CODE
Available options:
SUPPLIER_BLACKLIST, BRAND_RESTRICTION, RETURN_REASON_CODE Unique identifier of the org-list entry (UUID)
Minimum string length:
1Body
application/json
New note for the entry, or null to clear the existing note

