Body
application/json
Task creation payload
- Option 1
- Option 2
Brief description of the task to be performed
Minimum length:
1
Example:
"Fix the authentication bug in the login component"
Whether to immediately queue the task for processing (optional, defaults to true)
Example:
false
Array of code repository IDs that this task relates to
Example:
["repo-123", "repo-456"]
Specific git branch to target for this task
Example:
"feature/auth-fix"