Add-TagsToProject
  • 1 Minute to read
  • Dark
    Light
  • PDF

Add-TagsToProject

  • Dark
    Light
  • PDF

Article summary

Summary

Adds tags to an existing project. Can replace all tags or append new ones.

Add-TagsToProject
    -Id
    -TagIds
    -Append

Returns nothing.

Parameters

ParameterTypeRequired?Notes
IdInt64YesThe project id.
TagIdsArray<Int32>YesAn array of tag ids.
AppendSwitchNo, Defaults to falseIf provided, the command will append the list of tag ids to the existing tags, otherwise the tags will be replaced with the list of tag ids.

Examples

Append a tag to a project

# TODO