v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
Job Posts

Update a job post by ID

Updates the details of an existing job post.

patch/jobs/{job_id}

Path parameters

job_idstring required

The ID of the job post to update

Request body

titlestring
salary_rangestring
job_typestring
locationstring
deadlinestring date-time
job_modestring
experience_levelstring
benefitsstring
company_namestring
descriptionstring
key_responsibilitiesstring
qualificationsstring

Example request

{
  "title": "Updated Software Engineer Intern",
  "salary_range": "6000-8000 USD",
  "job_type": "full-time",
  "location": "San Francisco, CA",
  "deadline": "2024-12-31T23:59:59Z",
  "job_mode": "hybrid",
  "experience_level": "Entry level (0-3 years)",
  "benefits": "Flexible hours, Health insurance, Stock options",
  "company_name": "Tech Innovators Inc.",
  "description": "We are looking for a passionate Software Engineer Intern to join our team. You'll work on exciting projects and gain valuable experience.",
  "key_responsibilities": "Develop and maintain web applications, Collaborate with the team on various projects, Participate in code reviews",
  "qualifications": "Ability to work in a team, Bachelor degree in Computer Science"
}

Response

Job post updated successfully

statusstring
status_codeinteger
messagestring

Example response

{
  "status": "success",
  "status_code": 201,
  "message": "Job created successfully",
  "data": {
    "id": "01910544-d1e1-7ada-bdac-c761e527ec91",
    "title": "Junior Backend intern",
    "salary_range": "500,000 NGN",
    "job_type": "internship",
    "location": "San Francisco, CA",
    "deadline": "2024-12-31T23:59:59Z",
    "job_mode": "remote",
    "experience_level": "0-2 years",
    "how_to_apply": "Submit your resume and cover letter to hr@company.com",
    "benefits": "Flexible hours, Remote work, Health insurance",
    "company_name": "Tech Innovators",
    "description": "We are looking for a passionate Software Engineer Intern to join our team. You will be working on exciting projects and gain hands-on experience.",
    "key_responsibilities": "Develop and maintain web applications, Collaborate with the team on various projects, Participate in code reviews",
    "qualifications": "Expert with GIT",
    "created_at": "2024-07-30T21:11:21.9538358+01:00",
    "updated_at": "2024-07-30T21:11:21.9538358+01:00"
  }
}