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
Steps
Call create role end point with the below skills set(these skills appear in the skills page in the intake app)
"listOfSkills": [
"JavaScript",
"Java",
"CSS",
"Git",
"React.js",
"Angularjs",
".Net",
"Actian Database",
"C++",
"C",
"Commerce Server 2009",
"IBM Rational Application Developer",
"IBM Websphere Application Server",
"R",
"Vert.X",
"yii"
],
Current behavior
Returns { "message": "skills: "javascript,java,css,git,angularjs,.net,vert.x" are not valid"}
Expected behavior
Should create the role since these are valid skills
Note: But if you send the same request by removing some skills like "IBM Rational Application Developer" and "IBM Websphere Application Server", from the above skills list, it creates the role
This is common to update end point too
The text was updated successfully, but these errors were encountered:
sdgun
changed the title
[Role API] Returns invalid skills when creating a role with valid skills
[Role API] Returns invalid skills message when creating a role with valid skills
Jun 2, 2021
Uh oh!
There was an error while loading. Please reload this page.
Steps
Call create role end point with the below skills set(these skills appear in the skills page in the intake app)
"listOfSkills": [
"JavaScript",
"Java",
"CSS",
"Git",
"React.js",
"Angularjs",
".Net",
"Actian Database",
"C++",
"C",
"Commerce Server 2009",
"IBM Rational Application Developer",
"IBM Websphere Application Server",
"R",
"Vert.X",
"yii"
],
Current behavior
Returns { "message": "skills: "javascript,java,css,git,angularjs,.net,vert.x" are not valid"}
Expected behavior
Should create the role since these are valid skills
Note: But if you send the same request by removing some skills like "IBM Rational Application Developer" and "IBM Websphere Application Server", from the above skills list, it creates the role
This is common to update end point too
The text was updated successfully, but these errors were encountered: