You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the POST /job endpoint for the creation of jobs.
When creating a job, the resource will be created by a user, and is owned by a company (might be renamed to organization). The user attempting to create the job should have the create_job permission from the company.
As of now, the required values for a job object are title and description, both text types. Likely more will be needed. Other specific details (pay rate, employment type, etc.) will be on the job_posting resource.
The text was updated successfully, but these errors were encountered:
Create the
POST /job
endpoint for the creation of jobs.When creating a job, the resource will be created by a user, and is owned by a company (might be renamed to organization). The user attempting to create the job should have the
create_job
permission from the company.As of now, the required values for a job object are
title
anddescription
, both text types. Likely more will be needed. Other specific details (pay rate, employment type, etc.) will be on thejob_posting
resource.The text was updated successfully, but these errors were encountered: