Click or drag to resize

StickyNoteUpdateRequest Class

Demonstrates fields that can be passed in the body to consume Patch /api/sticky_notes/{sticky_note_id}.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.StickyNoteStickyNoteUpdateRequest

Namespace:  ASI.TAM.API.Data.UI.StickyNote
Assembly:  ASI.TAM.API.Data.UI.StickyNote (in ASI.TAM.API.Data.UI.StickyNote.dll) Version: 2021.1.0.1
Syntax
public class StickyNoteUpdateRequest

The StickyNoteUpdateRequest type exposes the following members.

Properties
  NameDescription
Public propertycolor_code
A code corresponding to the colour of the sticky note.
Public propertyexpiration_date
Displays when the sticky note expires.
Public propertyis_high_priority
Whether the sticky note is marked as high priority.
Public propertyprogram_area_code
Used to specify the Epic area where the sticky note to update exists.
Public propertyprogram_navigation_code
Used to specify the Epic navigation area where the sticky note to update exists.
Public propertytext
The text contined by the sticky note.
Top
See Also