cURL
curl --request PATCH \ --url https://api.mapademics.com/v1/jobs/{jobId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "employerId": "<string>", "name": "<string>", "description": "<string>", "jobDescriptionHref": "<string>", "locations": [ { "type": "location", "locationId": "new-york-ny" } ], "salaryMin": 123, "salaryMax": 123, "onetSocCode": "<string>" } '
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "employerId": "<string>", "description": "<string>", "jobDescriptionHref": "<string>", "locations": [ { "type": "location", "locationId": "new-york-ny" } ], "salaryMin": 123, "salaryMax": 123, "onetSocCode": "<string>", "skills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ], "deletedAt": "2023-11-07T05:31:56Z" }
Updates job description details
API key for authentication
Unique identifier for the job
Show child attributes
Job updated successfully
Extracted skills from job description
Was this page helpful?