Set the heartbeat timestamp

post/jobs/{jobId}/heartbeatTimeStamp

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
200OK

The request succeeded.

Schema
404Not Found

No job exists at the requested path.

Schema
405Method Not Allowed

The job has already completed and can no longer be updated.

Schema