< Back

Set-TemplateProject

Sat Jan 18, 2020 8:27 pm

NAME Set-TemplateProject



SYNOPSIS

Add template to a Project





SYNTAX

Set-TemplateProject [-SkyTapAuth] <String> [-TemplateID] <Int32> [-ProjectID] <String> [<CommonParameters>]





DESCRIPTION

Adds the Template ID to the Project ID given





PARAMETERS

-SkyTapAuth <String>

Base64-encoded string containing Username:Password

that was set using the Set-SkyTapAuth function



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TemplateID <Int32>

The ID number of the Template



Required? true

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-ProjectID <String>

The ID number of the Project



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

Returns the response received from the REST API call





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



PS C:\\>$responseTemplateProject = Set-TemplateProject -SkyTapAuth $authSkyTap -TemplateID 12345 -ProjectID 67890















RELATED LINKS