Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The POST /skills endpoint creates a new skill using the provided values.

...

  • skillName. The name of the skill.

Responses

Responses contain the created skill.

Successful response

Successful requests return a 200 Success code and the created skill.

Example response

Code Block
languagejs
themeMidnight
{
  "skillId": "7e7ee25f-76fa-4ca8-94df-dae9c65d4df0",
  "skillName": "Skill1",
  "skillDisplayId": 12345
}

where:

  • skillId. The unique ID of the skill.
  • skillName. The name of the skill.
  • skillDisplayID. The skill's unique ID.

Insert excerpt
_ExcerptRunInPostman
_ExcerptRunInPostman
nopaneltrue