Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 694 Bytes

ActionIn.md

File metadata and controls

27 lines (14 loc) · 694 Bytes

InsightsServiceApprovalApIs.ActionIn

Properties

Name Type Description Notes
processedBy String The person who performs the action [optional]
operation String Types of action, may be one of the value (approve, deny, notify, memo, or skip). The stage will be updated according to the operation. [default to 'memo']
comments String Comments for action [optional]

Enum: OperationEnum

  • approve (value: "approve")

  • deny (value: "deny")

  • notify (value: "notify")

  • memo (value: "memo")

  • skip (value: "skip")