Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Calling [POST]skills without challengeProminence and memberProminence parameters do not throw any errors but creates the skill #2

Closed
sdgun opened this issue Aug 6, 2021 · 1 comment

Comments

@sdgun
Copy link
Collaborator

sdgun commented Aug 6, 2021

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

@SathyaJayabal
Copy link
Collaborator

@sdgun , all fields in the metadata are optional including these two.
https://topcoder.slack.com/archives/C027Y0PLKP0/p1628238424072900

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

No branches or pull requests

2 participants