save_portal_settings
ActiveTool of Relin
declared in 1.0.0
Authenticated tool for saving portal branding defaults for an app.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"appId"
],
"properties": {
"appId": {
"type": "string",
"minLength": 1
},
"logoUrl": {
"type": "string",
"format": "uri"
},
"brandName": {
"type": "string"
},
"accentColor": {
"type": "string"
},
"primaryColor": {
"type": "string"
},
"surfaceColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries