Type Alias NotesAPI

type NotesAPI = {
    clearCache: typeof clearCache;
    getNotesSettings: typeof getNotesSettings;
    setNotesSettings: typeof setNotesSettings;
}
Index

Properties

clearCache: typeof clearCache

Clears the cache for notes api requests.

getNotesSettings: typeof getNotesSettings

Get the enablement status of the notes feature set for this tenant and user.

GetNotesSettingsHttpError

setNotesSettings: typeof setNotesSettings

update the settings

an object with the body content

SetNotesSettingsHttpError