NAME
WebService::Mattermost::V4::API::Resource::Brand - Wrapped API methods for the brand API endpoints.
VERSION
version 0.30
DESCRIPTION
USAGE
use WebService::Mattermost;
my $mm = WebService::Mattermost->new({
authenticate => 1,
username => 'email@address.com',
password => 'passwordhere',
base_url => 'https://my.mattermost.server.com/api/v4/',
});
my $brand = $mm->api->brand;
METHODS
current()
-
Get the current brand image for your Mattermost server.
my $response = $brand->current;
upload()
-
Set a new brand image for your Mattermost server.
my $response = $brand->upload('/path/to/image.jpg');
SEE ALSO
AUTHOR
Mike Jones <mike@netsplit.org.uk>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2023 by Mike Jones.
This is free software, licensed under:
The MIT (X11) License