Update a cron entry
PUT/api/node/:hostname/schedule/cron/:name
Update an existing cron drop-in entry on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Cron entry updated.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Cron entry not found.
Error updating cron entry.