Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
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

Description

@sdgun
Collaborator

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

Activity

SathyaJayabal

SathyaJayabal commented on Aug 6, 2021

@SathyaJayabal
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sdgun@SathyaJayabal

        Issue actions

          Calling [POST]skills without challengeProminence and memberProminence parameters do not throw any errors but creates the skill · Issue #2 · topcoder-archive/topcoder_platform-skills-api