Authorization: Bearer ********************{
"title": "Software Engineer",
"description": "We are looking for a skilled software engineer.",
"jobType": "Part-time",
"salary": "70000",
"employmentType": "Permanent",
"seniorityLevel": "Mid-level",
"location": "New York, USA",
"industry": "Technology",
"company": "Tech Solutions Inc.",
"modeOfApplication": "Online",
"email": "hr@techsolutions.com",
"applicationWebsite": "https://www.techsolutions.com/careers",
"attachedResume": true,
"numberOfVacancy": 3,
"closingDate": "2024-12-31T23:59:59Z",
"status": "published",
"tags": [
{"id": 70, "name": "JavaScript2" },
{"id": 71, "name": "TypeScr" },
{ "id": 72,"name": "No" }
]
}
curl --location --request PUT 'http://localhost:3000/api/v1/jobs/050bb739-5145-4a5a-a854-dad18c54172e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Software Engineer",
"description": "We are looking for a skilled software engineer.",
"jobType": "Part-time",
"salary": "70000",
"employmentType": "Permanent",
"seniorityLevel": "Mid-level",
"location": "New York, USA",
"industry": "Technology",
"company": "Tech Solutions Inc.",
"modeOfApplication": "Online",
"email": "hr@techsolutions.com",
"applicationWebsite": "https://www.techsolutions.com/careers",
"attachedResume": true,
"numberOfVacancy": 3,
"closingDate": "2024-12-31T23:59:59Z",
"status": "published",
"tags": [
{"id": 70, "name": "JavaScript2" },
{"id": 71, "name": "TypeScr" },
{ "id": 72,"name": "No" }
]
}'{
"message": "Updated successfully",
"status": "Success",
"data": {
"id": 25,
"reference": "050bb739-5145-4a5a-a854-dad18c54172e",
"tenantId": "9fc67e99-8602-462b-9c60-ad669927ac2c",
"title": "Software Engineer",
"description": "We are looking for a skilled software engineer.",
"slug": "software-engineer",
"jobType": "Full-time",
"employerId": 5,
"employer": null,
"salary": "70000",
"employmentType": "Permanent",
"seniorityLevel": "Mid-level",
"location": "New York, USA",
"industry": "Technology",
"company": "Tech Solutions Inc.",
"modeOfApplication": "Online",
"email": "hr@techsolutions.com",
"applicationWebsite": "https://www.techsolutions.com/careers",
"attachedResume": true,
"numberOfVacancy": 3,
"closingDate": "2024-12-31T23:59:59.000Z",
"status": "published",
"createdAt": "2024-09-22T12:24:48.330Z",
"updatedAt": "2024-09-22T12:24:48.330Z",
"deletedAt": null,
"jobTags": [
{
"id": 73,
"name": "JavaScript",
"jobId": 25,
"createdAt": "2024-09-22T12:24:48.330Z",
"updatedAt": "2024-09-22T12:24:48.330Z",
"deletedAt": null
},
{
"id": 74,
"name": "TypeScript",
"jobId": 25,
"createdAt": "2024-09-22T12:24:48.330Z",
"updatedAt": "2024-09-22T12:24:48.330Z",
"deletedAt": null
},
{
"id": 75,
"name": "Node.js",
"jobId": 25,
"createdAt": "2024-09-22T12:24:48.330Z",
"updatedAt": "2024-09-22T12:24:48.330Z",
"deletedAt": null
}
],
"jobEmployer": {
"id": 5,
"employerId": 5,
"name": "codd",
"jobId": 28,
"createdAt": "2024-09-22T12:24:50.228Z",
"updatedAt": "2024-09-22T12:24:50.228Z",
"deletedAt": null
}
}
}