Shared Brand Configs
Last updated
Was this helpful?
Last updated
Was this helpful?
This is how you can share Themes with other people in your account or so you can come back to them later without having to apply them to your account
POST /api/v1/accounts/:account_id/shared_brand_configs
Scope: url:POST|/api/v1/accounts/:account_id/shared_brand_configs
Create a SharedBrandConfig, which will give the given brand_config a name and make it available to other users of this account.
shared_brand_config[name]
Required string
Name to share this BrandConfig (theme) as.
shared_brand_config[brand_config_md5]
Required string
MD5 of brand_config to share
PUT /api/v1/accounts/:account_id/shared_brand_configs/:id
Scope: url:PUT|/api/v1/accounts/:account_id/shared_brand_configs/:id
Update the specified shared_brand_config with a new name or to point to a new brand_config. Uses same parameters as create.
DELETE /api/v1/shared_brand_configs/:id
Scope: url:DELETE|/api/v1/shared_brand_configs/:id
Delete a SharedBrandConfig, which will unshare it so you nor anyone else in your account will see it as an option to pick from.
Returns a object.
Returns a object.
Returns a object.
This documentation is generated directly from the Canvas LMS source code, available .