Set-HaloAttachment¶
SYNOPSIS¶
Updates an attachment via the Halo API.
SYNTAX¶
1 |
|
DESCRIPTION¶
Function to send an attachment update request to the Halo API
EXAMPLES¶
Example 1¶
1 |
|
{{ Add example description here }}
PARAMETERS¶
-Attachment¶
Object containing properties and values used to update an existing attachment.
1 2 3 4 5 6 7 8 9 |
|
-SkipValidation¶
Skip validation checks.
1 2 3 4 5 6 7 8 9 |
|
-WhatIf¶
Shows what would happen if the cmdlet runs. The cmdlet is not run.
1 2 3 4 5 6 7 8 9 |
|
-Confirm¶
Prompts you for confirmation before running the cmdlet.
1 2 3 4 5 6 7 8 9 |
|
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.