GET /api/v1/status_flags
Display a list of all available status flags.


POST /api/v1/status_flags
Create a new status flag.

Params

Param name Description
status_flag
optional , nil allowed

Validations:

  • Must be a Hash

status_flag[name]
required

Name of the flag.

Validations:

  • Must be a String


DELETE /api/v1/status_flags/:id
Delete a team.

Params

Param name Description
id
required

ID of the status flag to be deleted.

Validations:

  • Must be a String


PUT /api/v1/status_flags/:id
Update a status flag.

Params

Param name Description
id
required

ID of the status flag to be updated.

Validations:

  • Must be a String

status_flag
optional , nil allowed

Validations:

  • Must be a Hash

status_flag[name]
optional

Name of the flag.

Validations:

  • Must be a String