Setting the Custom Banners
Set the values of custom banners.
Request
URI
PUT
https://{api_host}/api/v0/settings/banner
COPY
Request Body
BannerSetting of type(s) application/json
Optional
{
"ui_banner_contents": "string",
"ssh_banner_contents": "string"
}
string
ui_banner_contents
Optional
ui_banner_contents
string
ssh_banner_contents
Optional
ssh_banner_contents
Responses
200
OK
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/settings/banner