Manage system announcements
    • PDF

    Manage system announcements

    • PDF

    Article summary

    Post
    /api/settings/banner
    Security
    HTTP
    Type bearer
    Body parameters
    {
      "status": "ON",
      "messageType": "INFO",
      "message": "Test message.",
      "messageSchedule": {
        "startDate": "2024-02-20T20:00:00Z",
        "endDate": "2024-02-21T20:00:00Z",
        "timeZone": "Asia/Kolkata"
      }
    }
    Expand All
    object
    status
    string Required

    Allowed values are 'ON' and 'OFF'

    messageType
    string

    Allowed values are 'INFO', 'WARNING' and 'CAUTION'

    message
    string
    messageSchedule
    object (MessageSchedule)
    startDate
    string

    Expected date format is 'yyyy-MM-dd HH:mm:ss'

    endDate
    string

    Expected date format is 'yyyy-MM-dd HH:mm:ss'

    timeZone
    string

    Valid time zone values according to standards.

    Responses
    201

    Banner updated successfully

    Expand All
    object
    status
    string

    Allowed values are 'ON' and 'OFF'

    messageType
    string

    Allowed values are 'INFO', 'WARNING' and 'CAUTION'

    message
    string
    messageSchedule
    object (MessageSchedule)
    startDate
    string

    Expected date format is 'yyyy-MM-dd HH:mm:ss'

    endDate
    string

    Expected date format is 'yyyy-MM-dd HH:mm:ss'

    timeZone
    string

    Valid time zone values according to standards.


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.