update_banner_message
Modify the system banner message status to enable or disable it, ensuring compliance with security policies or system requirements.
Instructions
Update the system banner message settings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enabled | Yes | Whether the banner message is enabled or disabled |
Input Schema (JSON Schema)
{
"properties": {
"enabled": {
"description": "Whether the banner message is enabled or disabled",
"type": "boolean"
}
},
"required": [
"enabled"
],
"type": "object"
}