BannerService
Retrieves and modifies the banner shown in the XL Deploy GUI
GET | /banner/ | Gets the banner to display |
PUT | /banner/ | Admin only - Set the HTML contents for either MAINTENANCE or INFORMATION banner |
GET /banner/
Gets the banner to display
- Parameters
-
Query kind BannerKind - either MAINTENANCE or INFORMATION
- Response body
- BannerInfo - the requested com.xebialabs.deployit.core.api.dto.BannerInfo
- Content type: application/xml
PUT /banner/
Admin only - Set the HTML contents for either MAINTENANCE or INFORMATION banner
- Parameters
-
Request body application/xml BannerInfo - a com.xebialabs.deployit.core.api.dto.BannerInfo object containing the banner kind and content
- Response body
- Empty