Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change type of prospect field in prospect application #516

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GermainBergeron
Copy link

I changed the type of the prospect field in the Create a new application for an existing candidate or prospect. endpoint, it was a boolean, but the description is referring to "true" which is confusing

When using "prospect": true as a boolean value I kept getting a 201 Created which wouldn't add the application on my prospect. After further investigation I realized the server responded with a body of

{
  "errors": [
    {
      "message": "Not found"
    }
  ]
}

which was really confusing.

By switching to "prospect": "true" I was able to make everything work.

Like others I expected to be able to add the prospect pool and prospect pool stage when creating a prospect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant