Stores a key/value pair to the configuration
Set-AtlassianConfiguration [-Name] <String> [[-Value] <Object>] [-Append] [-Passthru]
[<CommonParameters>]
Stores a key/value pair to the configuration.
This is only available in the current sessions, unless exported.
Set-AtlassianConfiguration -Name "Headers" -Value @{Accept = "application/json"}
This command will store a new Header configuration
Name under which to store the value
Is not case sensitive
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Value to store
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Append Value to existing data
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Whether output should be provided after invoking this function
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).