Add Job Attachment
post/jobs/{job_uid}/attachments
Path parameters
job_uidstring required
Request body
Response
200
Example response
{
"type": "success",
"message": "Job Attachments Updated",
"title": "Job Attachments Updated",
"data": {
"job_uid": "49305b3e-6a2c-47c3-aaa9-1999dafb8a98",
"attachment_uids": [
"39aa3f10-ccc6-4619-9107-7242fb3766fe"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.