Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.05 KB

CreateGroup.md

File metadata and controls

19 lines (13 loc) · 1.05 KB

CreateGroup

Properties

Name Type Description Notes
description String The description of the Group. [optional] [default to nothing]
member_ids Vector{String} The Member ids to add to this Group. [optional] [default to nothing]
workflow_ids Vector{Int64} The Workflow ids to add to the Group. [optional] [default to nothing]
name String The name of this Group. [default to nothing]
mention_name String The mention name of this Group. [default to nothing]
color String The color you wish to use for the Group in the system. [optional] [default to nothing]
color_key String The color key you wish to use for the Group in the system. [optional] [default to nothing]
display_icon_id String The Icon id for the avatar of this Group. [optional] [default to nothing]

[Back to Model list] [Back to API list] [Back to README]