updateCoverImage

suspend fun updateCoverImage(jobUid: String, attachmentFilePath: String): UpdateCoverImageResult

Update job cover image by uploading a local file. This is an online-only operation that uploads the image first and then updates the job with the uploaded image URL.

Return

UpdateCoverImageResult indicating success or failure

Parameters

jobUid

The unique identifier of the job

attachmentFilePath

The local file path of the cover image to upload