Class TagApi

Hierarchy

  • TagApi

Constructors

Properties

ajax: Ajax

Methods

  • Post a note to this endpoint to add the tag to the note. The note data must at least contain an ID property (all other properties will be ignored).

    Parameters

    • tagId: string
    • noteId: string

    Returns Promise<null | NoteTagRelated>

  • Parameters

    • tagId: string
    • noteId: string

    Returns Promise<void>

Generated using TypeDoc