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.

Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColor#7ec9f4#0276D5
borderStylesolid
titleIn this page

Table of Contents

...

Authorization scopes supported:

ScopeAccess granted
users:writeEntire endpoint

Requests

Example Request

Code Block
languagepowershell
themeMidnight
curl -L -X POST "https://***.api.newvoicemedia.com/useradmin/skills" \
-H "Content-Type: application/json" \
-H "Accept: application/vnd.newvoicemedia.v4+json" \
-H "Authorization: Bearer <ACCESS_TOKEN>" \
--data-raw "<JSON BODY>"

...

  • 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