< Back

Update-KBFTask

Thu Jan 16, 2020 10:08 am

NAME Update-KBFTask



SYNOPSIS

Update the name of a task





SYNTAX

Update-KBFTask [-ApiToken] <String> [-TaskId] <String> [-NewTaskName] <String> [<CommonParameters>]





DESCRIPTION

Update a task name on a kanban board by taskId





PARAMETERS

-ApiToken <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TaskId <String>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-NewTaskName <String>



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Update-Task -ApiToken "..." -TaskId "..." -NewTaskName "New task name"















RELATED LINKS