Job

Marks or unmarks a job as public so its results are viewable via a link.

Public visibility is distinct from per-customer sharing (/job/{jobId}/shares): this makes results readable by anyone, whereas sharing grants a specific customer access.

patch/job/{jobId}/visibility

Path parameters

jobIdstring required

The id of the job.

Query parameters

isPublicboolean

Whether to mark or unmark the job as public.

Response

No Content

Changes