Calls
Status
create
8min
This call creates a status. The arguments that would be included in the doc are described below:
Name | Type | Required | Description |
---|---|---|---|
action | string | true | create |
group_id | integer | true | This designates which project the action should be applied towards. |
doc | array | false | See doc parameters below. |
Name | Type | Required | Description |
---|---|---|---|
status_name | string | true | The name of the status. |
color | string | true | The color as a hex value, as in #800000. |
is_excluded | numeric | true | Whether or not the status should mark the user as excluded. 0 is active and 1 is excluding. |
This is an example which would create a new status.
This is an example which would create a new status.