Open the menu
    ```html

    Online Service : Edit Schedule

    Provides a form to edit a service schedule. Accessed via the Service Hour Administration.

    Features

    • It's an administration interface

    Screens

    Edit Schedule
    • Day of the week (integer, required field) : The day of the week for the service.
    • Start time (time, required field, default value: 09:00) : The starting time of the service.
    • End time (time, required field, default value: 18:00) : The ending time of the service.

    Permissions

    • Manage: Allows managing the requests. This permission also includes the "Serve" permission.

    Actions

    • Update service schedule : Updates the existing entry of the service schedule.
    ```