- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
Param name | Description |
---|---|
id required |
ID of the schedule to be displayed. Validations:
|
- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
Param name | Description |
---|---|
schedule optional , nil allowed |
Validations:
|
schedule[name] required |
Name of the template. Validations:
|
schedule[start_at] required |
The time to start the schedule. Validations:
|
schedule[stop_at] required |
The time to stop the schedule. Validations:
|
schedule[active] optional , nil allowed |
Validations:
|
- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
Param name | Description |
---|---|
id required |
ID of the schedule to be updated. Validations:
|
schedule optional , nil allowed |
Validations:
|
schedule[name] optional |
Name of the template. Validations:
|
schedule[start_at] optional |
The time to start the schedule. Validations:
|
schedule[stop_at] optional |
The time to stop the schedule. Validations:
|
schedule[active] optional , nil allowed |
Validations:
|
- Authentication: The user must be authenticated to perform this action. - Admin privileges: The user has to have administrative privileges to perform this action.
Param name | Description |
---|---|
id required |
ID of the schedule to be Deleted. Validations:
|