Coffrify. Resources. Branding
(Coffrify v0.9.0)
View Source
Workspace branding — colors, logos, footer, Slack/Discord/Teams webhooks.
Summary
Functions
Fetch the current branding payload.
Update branding fields. Pass only the keys you want to change.
Functions
@spec get(Coffrify.t()) :: {:ok, map()} | {:error, Exception.t()}
Fetch the current branding payload.
@spec update(Coffrify.t(), map()) :: {:ok, map()} | {:error, Exception.t()}
Update branding fields. Pass only the keys you want to change.