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
{{ message }}
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
Ex request:
{
"taxonomyId":"{{taxonomyId}}",
"name":"jump7",
"uri":"http://www.google.com",
"externalId":"externalId",
"metadata": {
}
}
An error message should be displayed if the fields memberProminence & challengeProminence are not provided in the request, but it creates the skills now
The text was updated successfully, but these errors were encountered:
Steps
Call https://api.topcoder-dev.com/v5.1/skills by removing challengeProminence and memberProminence parameters from the request body
Ex request:
{
"taxonomyId":"{{taxonomyId}}",
"name":"jump7",
"uri":"http://www.google.com",
"externalId":"externalId",
"metadata": {
}
An error message should be displayed if the fields memberProminence & challengeProminence are not provided in the request, but it creates the skills now
The text was updated successfully, but these errors were encountered: