# Update a job by ID **PUT /jobs/{jobID}** Update details of an existing job. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **jobID** (integer) ### Body: application/json (object) - **jobID** (integer) - **jobTitle** (string) - **jobDescription** (string) - **scheduleLater** (boolean) - **Rrule** (string) - **companyID** (integer) - **propertyID** (integer) - **jobStatusID** (integer) - **clientID** (integer) - **jobTypeID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ## Responses ### 200 Job updated successfully ### 400 Invalid job ID ### 500 Internal server error [Powered by Bump.sh](https://bump.sh)