Update heartbeat
Sites
Update heartbeat
Update a specific heartbeat for the site.
Processing mode: sync
PUT
Update heartbeat
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization slug
The server ID
The site ID
The heartbeat ID
Body
application/json
The name of the heartbeat.
Maximum string length:
255Example:
"My Heartbeat"
The duration (in minutes) after which a heartbeat is considered missing.
Available options:
1, 2, 5, 10, 30, 60 Example:
2
The interval (in minutes) at which the client is expected to send a ping.
Available options:
1, 5, 10, 30, 60, 1440, 10080, 312480, -1 Example:
1
A cron expression representing the custom frequency at which the client is expected to send a ping, if the frequency is set to -1.
Example:
"* * * * *"
Response
HeartbeatResource