Skip to content

[Role API] Returns invalid skills message when creating a role with valid skills #292

Closed
@sdgun

Description

@sdgun

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions