
| Parameter name | Value | Description | |
|---|---|---|---|
id |
string |
Identifier of the skill. | |
name |
string |
Name of the skill. Max length 255. | writable |
description |
string |
Description of the skill. Max length 65536. | writable |
externalId |
string |
Unique skill identifier from another (external) system. |
Authentication is required to execute this request. Please refer to Authentication for more.
{skillId}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
skillId |
string |
Skill identifier or external identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body and the status code 204.
Authentication is required to execute this request. Please refer to Authentication for more.
{skillId}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
skillId |
string |
Skill identifier or external identifier. |
Do not supply a request body with this method.
If successful, this method returns a Skill resource in the response body.
Returns entries on the account's skill list.
Authentication is required to execute this request. Please refer to Authentication for more.
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Authentication is required to execute this request. Please refer to Authentication for more.
In the request body, supply a Skill resource with the following properties:
| Parameter name | Value | Description | |
|---|---|---|---|
| Required Properties | |||
name |
string |
Name of the skill. | |
| Optional Properties | |||
description |
string |
Description of the skill. Max length 65536. | writable |
externalId |
string |
Unique skill identifier from another (external) system. | |
If successful, this method returns a Skill resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{skillId}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
skillId |
string |
Skill identifier or external identifier. |
In the request body, supply a Skill resource with the following properties:
| Parameter name | Value | Description | |
|---|---|---|---|
| Optional Properties | |||
name |
string |
Name of the skill. Max length 255. | |
description |
string |
Description of the skill. Max length 65536. | writable |
externalId |
string |
Unique skill identifier from another (external) system. | |
If successful, this method returns a Skill resource in the response body.