# Update a job type by ID **PUT /jobTypes/{jobTypeID}** Update details of an existing job type. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **jobTypeID** (integer) ### Body: application/json (object) - **jobTypeID** (integer) - **name** (string) - **description** (string) ## Responses ### 200 Job type updated successfully ### 404 Job type not found ### 500 Internal server error [Powered by Bump.sh](https://bump.sh)