Add-TagsToProject
- 1 Minute to read
- Print
- DarkLight
- PDF
Add-TagsToProject
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Adds tags to an existing project. Can replace all tags or append new ones.
Add-TagsToProject
-Id
-TagIds
-Append
Returns nothing.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int64 | Yes | The project id. |
TagIds | Array<Int32> | Yes | An array of tag ids. |
Append | Switch | No, Defaults to false | If 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