{% include [announce](../_includes/announce.md) %} Изменяет название, комментарий и уровень доступа к навыку.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add Toloka/docs --skill concepts --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Concepts?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/toloka-concepts-b344fe98)More formats (shields.io, HTML) on the badges page.
# Редактировать навык
{% include [announce](../_includes/announce.md) %}
Изменяет название, комментарий и уровень доступа к навыку.
## Запрос {#request}
{% list tabs %}
- Боевая версия
```bash
PUT https://toloka.dev/api/v1/skills/<id>
Authorization: ApiKey PlaceYourRealApiKey_Here
Content-Type: application/json
{<skill parameters, including updated ones>}
```
- Песочница
```bash
PUT https://sandbox.toloka.dev/api/v1/skills/<id>
Authorization: ApiKey PlaceYourRealApiKey_Here
Content-Type: application/json
{<skill parameters, including updated ones>}
```
{% endlist %}
## Path-параметры {#path-params}
{% include [edit-skill-skill-id-table](../_includes/concepts/edit-skill/id-edit-skill/skill-id-table.md) %}
## Заголовки {#headers}
{% include [reusables-auth-content](../_includes/reusables/id-reusables/auth-content.md) %}
## Тело запроса {#body}
В теле запроса укажите **все** [параметры](create-skill.md#body) навыка, включая обновляемые.
## Ответ {#response}
Содержит обновленную информацию о навыке (см. описание в разделе [Создать навык](create-skill.md#response)).Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!