--- title: Update (/jobs/job_id) tags: job --- **URL** : /jobs/job_id HTTP Method : PUT --- **Header** ``` Authorization : "Bearer <Token>" ``` **Request** ``` { "jobType" : "xyz", "tnc" : {"key" : "value", "key2" : "value2"}, "title": "kfc manger", "isFeatured": true, "description": "app dev", "company": "613fb6d7-33fe-4934-be7a-db8830271544", "industry": "ac068e8f-5b92-4135-97f7-1dd331e07546", "skills": [ "164bbeee-64b7-45e3-9f24-c952c8f7a2ca", "05cbdcbf-86c9-40a0-9281-dccc6d663309" ], "totalVacancies": 225, "creditPerVacancy": 400, "urgency": 1, "process": [ "tech 1", "tech 2" ], "locations": [ { "cityId": "3710f7df-02be-4e42-84ff-976990979190" }, { "cityId": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0" }, { "cityId": "d995ab42-8527-4c0e-aead-7032e73d85b6" }, { "cityId": "5933a773-c376-418b-816b-03e702be15f0" } ], "status" : "OPEN" } ``` **Description** --- **Header** ``` ``` **Response** ``` ``` **Description**