Set the heartbeat timestamp

post/jobs/{jobId}/heartbeatTimeStamp
Internal-Use Only

Updates the job's heartbeat timestamp. The heartbeat timestamp value is updated when the API receives this request. The body of this request should be empty, and it is ignored if provided.

Request Samples

1

Response Samples

12022-04-08T13:08:05.867Z

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The ID of the job.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundNo job exists at the requested path.Schema
405Method Not AllowedThe job has already completed and can no longer be updated.Schema